2015-10-04 09:33:20 -07:00
|
|
|
export const NG2_APP_VIEW_MANAGER = 'ng2.AppViewManager';
|
|
|
|
export const NG2_COMPILER = 'ng2.Compiler';
|
|
|
|
export const NG2_INJECTOR = 'ng2.Injector';
|
|
|
|
export const NG2_PROTO_VIEW_REF_MAP = 'ng2.ProtoViewRefMap';
|
|
|
|
export const NG2_ZONE = 'ng2.NgZone';
|
|
|
|
|
2015-10-11 11:18:11 -07:00
|
|
|
export const NG1_CONTROLLER = '$controller';
|
2015-10-04 09:33:20 -07:00
|
|
|
export const NG1_SCOPE = '$scope';
|
|
|
|
export const NG1_ROOT_SCOPE = '$rootScope';
|
|
|
|
export const NG1_COMPILE = '$compile';
|
2015-10-11 11:18:11 -07:00
|
|
|
export const NG1_HTTP_BACKEND = '$httpBackend';
|
2015-10-04 09:33:20 -07:00
|
|
|
export const NG1_INJECTOR = '$injector';
|
|
|
|
export const NG1_PARSE = '$parse';
|
2015-10-11 11:18:11 -07:00
|
|
|
export const NG1_TEMPLATE_CACHE = '$templateCache';
|
2015-10-04 09:33:20 -07:00
|
|
|
export const REQUIRE_INJECTOR = '^' + NG2_INJECTOR;
|