Project

General

Profile

1
/**
2
 * The module that includes all the basic Angular directives like {@link NgIf}, {@link NgForOf}, ...
3
 *
4
 * @stable
5
 */
6
export declare class CommonModule {
7
}
8
/**
9
 * I18N pipes are being changed to move away from using the JS Intl API.
10
 *
11
 * The former pipes relying on the Intl API will be moved to this module while the `CommonModule`
12
 * will contain the new pipes that do not rely on Intl.
13
 *
14
 * As a first step this module is created empty to ease the migration.
15
 *
16
 * see https://github.com/angular/angular/pull/18284
17
 *
18
 * @deprecated from v5
19
 */
20
export declare class DeprecatedI18NPipesModule {
21
}
(2-2/7)