UNPKG

573 BTypeScriptView Raw
1import { ApplicationRef } from './application_ref';
2import { IterableDiffers, KeyValueDiffers } from './change_detection/change_detection';
3export declare function _iterableDiffersFactory(): IterableDiffers;
4export declare function _keyValueDiffersFactory(): KeyValueDiffers;
5export declare function _localeFactory(locale?: string): string;
6/**
7 * This module includes the providers of @angular/core that are needed
8 * to bootstrap components via `ApplicationRef`.
9 *
10 * @experimental
11 */
12export declare class ApplicationModule {
13 constructor(appRef: ApplicationRef);
14}