UNPKG

@angular/cdk

Version:

Angular Material Component Development Kit

30 lines (25 loc) 980 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 */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core')) : typeof define === 'function' && define.amd ? define('@angular/cdk', ['exports', '@angular/core'], factory) : (factory((global.ng = global.ng || {}, global.ng.cdk = {}),global.ng.core)); }(this, (function (exports,core) { 'use strict'; /** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** * Current version of the Angular Component Development Kit. * @type {?} */ var VERSION = new core.Version('7.3.7'); exports.VERSION = VERSION; Object.defineProperty(exports, '__esModule', { value: true }); }))); //# sourceMappingURL=cdk.umd.js.map