UNPKG

@angular/cdk

Version:

Angular Material Component Development Kit

31 lines (26 loc) 672 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} checked by tsc */ /** * Current version of the Angular Component Development Kit. */ const /** @type {?} */ VERSION = new Version('6.4.7'); /** * @fileoverview added by tsickle * @suppress {checkTypes} checked by tsc */ /** * @fileoverview added by tsickle * @suppress {checkTypes} checked by tsc */ export { VERSION }; //# sourceMappingURL=cdk.js.map