refactor(core): remove deprecated coreBootstrap and coreLoadAndBootstrap
BREAKING CHANGE: previously deprecated coreBootstrap and coreLoadAndBootstrap have been removed. Please follow deprecation instructions to migrate your code.
This commit is contained in:

committed by
Vikram Subramanian

parent
f84c3fdc5f
commit
3329977ec9
6
tools/public_api_guard/core/index.d.ts
vendored
6
tools/public_api_guard/core/index.d.ts
vendored
@ -398,12 +398,6 @@ export interface ContentChildrenMetadataFactory {
|
||||
}): ContentChildrenMetadata;
|
||||
}
|
||||
|
||||
/** @deprecated */
|
||||
export declare function coreBootstrap<C>(componentFactory: ComponentFactory<C>, injector: Injector): ComponentRef<C>;
|
||||
|
||||
/** @deprecated */
|
||||
export declare function coreLoadAndBootstrap(componentType: Type<any>, injector: Injector): Promise<ComponentRef<any>>;
|
||||
|
||||
/** @experimental */
|
||||
export declare function createPlatform(injector: Injector): PlatformRef;
|
||||
|
||||
|
Reference in New Issue
Block a user