feat(upgrade): support lazy-loading Angular module into AngularJS app
This commit is contained in:

committed by
Alex Rickabaugh

parent
44b50427d9
commit
30e76fcd80
@ -24,6 +24,7 @@ export const $$TESTABILITY = '$$testability';
|
||||
export const COMPILER_KEY = '$$angularCompiler';
|
||||
export const GROUP_PROJECTABLE_NODES_KEY = '$$angularGroupProjectableNodes';
|
||||
export const INJECTOR_KEY = '$$angularInjector';
|
||||
export const LAZY_MODULE_REF = '$$angularLazyModuleRef';
|
||||
export const NG_ZONE_KEY = '$$angularNgZone';
|
||||
|
||||
export const REQUIRE_INJECTOR = '?^^' + INJECTOR_KEY;
|
||||
|
Reference in New Issue
Block a user