UNPKG

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