parent
be58159550
commit
3557849371
|
@ -248,7 +248,7 @@ export function createRootContext(
|
||||||
* Example:
|
* Example:
|
||||||
*
|
*
|
||||||
* ```
|
* ```
|
||||||
* renderComponent(AppComponent, {features: [RootLifecycleHooks]});
|
* renderComponent(AppComponent, {hostFeatures: [LifecycleHooksFeature]});
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
export function LifecycleHooksFeature(component: any, def: ComponentDef<any>): void {
|
export function LifecycleHooksFeature(component: any, def: ComponentDef<any>): void {
|
||||||
|
|
Loading…
Reference in New Issue