UNPKG

@angular/core

Version:

Angular - the core framework

15 lines (14 loc) 573 B
import { ApplicationRef } from './application_ref'; import { IterableDiffers, KeyValueDiffers } from './change_detection/change_detection'; export declare function _iterableDiffersFactory(): IterableDiffers; export declare function _keyValueDiffersFactory(): KeyValueDiffers; export declare function _localeFactory(locale?: string): string; /** * This module includes the providers of @angular/core that are needed * to bootstrap components via `ApplicationRef`. * * @experimental */ export declare class ApplicationModule { constructor(appRef: ApplicationRef); }