angular: deprecate ng

This commit is contained in:
Basarat Ali Syed
2015-03-12 11:10:14 +11:00
parent d13c42ba67
commit 779fcd5d77

View File

@@ -14,7 +14,8 @@ interface Function {
}
// Collapse ng into angular
import angular = ng;
// NOTE: this is going to be deprecated
import ng = angular;
// Support AMD require
declare module 'angular' {
@@ -22,9 +23,9 @@ declare module 'angular' {
}
///////////////////////////////////////////////////////////////////////////////
// ng module (angular.js)
// angular module (angular.js)
///////////////////////////////////////////////////////////////////////////////
declare module ng {
declare module angular {
// not directly implemented, but ensures that constructed class implements $get
interface IServiceProviderClass {