Project

General

Profile

1
import { ApplicationRef } from './application_ref';
2
import { IterableDiffers, KeyValueDiffers } from './change_detection/change_detection';
3
export declare function _iterableDiffersFactory(): IterableDiffers;
4
export declare function _keyValueDiffersFactory(): KeyValueDiffers;
5
export 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
 */
12
export declare class ApplicationModule {
13
    constructor(appRef: ApplicationRef);
14
}
(2-2/22)