@angular/common
Version:
Angular - commonly needed directives and services
15 lines (14 loc) • 299 B
TypeScript
/**
* The module that includes all the basic Angular directives like {@link NgIf}, {@link NgForOf}, ...
*
* @stable
*/
export declare class CommonModule {
}
/**
* A module that contains the deprecated i18n pipes.
*
* @deprecated from v5
*/
export declare class DeprecatedI18NPipesModule {
}