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:
Miško Hevery
2016-08-08 09:36:09 -07:00
committed by Alex Rickabaugh
parent a415613457
commit d4cceff0ef
4 changed files with 24 additions and 54 deletions

View File

@ -1,4 +1,4 @@
/** @experimental */
/** @deprecated */
export declare function bootstrap<C>(appComponentType: ConcreteType<C>, customProviders?: Array<any>): Promise<ComponentRef<C>>;
/** @deprecated */