
committed by
Miško Hevery

parent
991e665fba
commit
7fb66eca25
@ -21,7 +21,7 @@ import {LazyModuleRef, UpgradeAppType, controllerKey, getDowngradedModuleCount,
|
||||
* A helper function that allows an Angular component to be used from AngularJS.
|
||||
*
|
||||
* *Part of the [upgrade/static](api?query=upgrade%2Fstatic)
|
||||
* library for hybrid upgrade apps that support AoT compilation*
|
||||
* library for hybrid upgrade apps that support AOT compilation*
|
||||
*
|
||||
* This helper function returns a factory function to be used for registering
|
||||
* an AngularJS wrapper directive for "downgrading" an Angular component.
|
||||
|
@ -17,7 +17,7 @@ import {getTypeName, isFunction, validateInjectionKey} from './util';
|
||||
* A helper function to allow an Angular service to be accessible from AngularJS.
|
||||
*
|
||||
* *Part of the [upgrade/static](api?query=upgrade%2Fstatic)
|
||||
* library for hybrid upgrade apps that support AoT compilation*
|
||||
* library for hybrid upgrade apps that support AOT compilation*
|
||||
*
|
||||
* This helper function returns a factory function that provides access to the Angular
|
||||
* service identified by the `token` parameter.
|
||||
|
Reference in New Issue
Block a user