UNPKG

@angular/cdk

Version:

Angular Material Component Development Kit

31 lines (26 loc) 743 B
/** * @license * Copyright Google LLC 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 */ import { Version } from '@angular/core'; /** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,uselessCode} checked by tsc */ /** * * Current version of the Angular Component Development Kit. @type {?} */ const VERSION = new Version('7.0.0'); /** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,uselessCode} checked by tsc */ /** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,uselessCode} checked by tsc */ export { VERSION }; //# sourceMappingURL=cdk.js.map