chore: remove module aware bootstrap API (#10543)
This API was introduced post RC4, but needs to be removed before RC5 as we have decided against it.
This commit is contained in:

committed by
Alex Rickabaugh

parent
a415613457
commit
d4cceff0ef
@ -1,4 +1,4 @@
|
||||
/** @experimental */
|
||||
/** @deprecated */
|
||||
export declare function bootstrap<C>(appComponentType: ConcreteType<C>, customProviders?: Array<any>): Promise<ComponentRef<C>>;
|
||||
|
||||
/** @deprecated */
|
||||
|
Reference in New Issue
Block a user