/** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ /** * The module that includes all the basic Angular directives like {@link NgIf}, {@link NgForOf}, ... * * */ export declare class CommonModule { } /** * A module that contains the deprecated i18n pipes. * * @deprecated from v5 */ export declare class DeprecatedI18NPipesModule { }