mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Renamed ng to angular for consistency
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// <reference path="angular-environment.d.ts" />
|
||||
var envServiceProvider: ng.environment.ServiceProvider;
|
||||
var envService: ng.environment.Service;
|
||||
var envServiceProvider: angular.environment.ServiceProvider;
|
||||
var envService: angular.environment.Service;
|
||||
|
||||
envServiceProvider.config({
|
||||
domains: {
|
||||
|
||||
+2
-2
@@ -3,12 +3,12 @@
|
||||
// Definitions by: Matt Wheatley <https://github.com/terrawheat>
|
||||
// Definitions: https://github.com/LiberisLabs
|
||||
|
||||
declare module ng.environment {
|
||||
declare module angular.environment {
|
||||
interface ServiceProvider {
|
||||
/**
|
||||
* Sets the configuration object
|
||||
*/
|
||||
config: (config: ng.environment.Config) => void;
|
||||
config: (config: angular.environment.Config) => void;
|
||||
/**
|
||||
* Evaluates the current domain and
|
||||
* loads the correct environment variables.
|
||||
|
||||
Reference in New Issue
Block a user