feat(ivy): add support of ApplicationRef.bootstrapModuleFactory (#23811)
PR Close #23811
This commit is contained in:

committed by
Victor Berchet

parent
86b13ccf80
commit
22b58a717a
@ -420,10 +420,10 @@ export interface RootContext {
|
||||
clean: Promise<null>;
|
||||
|
||||
/**
|
||||
* RootComponent - The component which was instantiated by the call to
|
||||
* RootComponents - The components that were instantiated by the call to
|
||||
* {@link renderComponent}.
|
||||
*/
|
||||
component: {};
|
||||
components: {}[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user