UNPKG

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