cdk.umd.js 996 B

1234567891011121314151617181920212223242526272829
  1. /**
  2. * @license
  3. * Copyright Google LLC All Rights Reserved.
  4. *
  5. * Use of this source code is governed by an MIT-style license that can be
  6. * found in the LICENSE file at https://angular.io/license
  7. */
  8. (function (global, factory) {
  9. typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core')) :
  10. typeof define === 'function' && define.amd ? define('@angular/cdk', ['exports', '@angular/core'], factory) :
  11. (factory((global.ng = global.ng || {}, global.ng.cdk = {}),global.ng.core));
  12. }(this, (function (exports,core) { 'use strict';
  13. /**
  14. * @fileoverview added by tsickle
  15. * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
  16. */
  17. /**
  18. * Current version of the Angular Component Development Kit.
  19. * @type {?}
  20. */
  21. var VERSION = new core.Version('8.2.3');
  22. exports.VERSION = VERSION;
  23. Object.defineProperty(exports, '__esModule', { value: true });
  24. })));
  25. //# sourceMappingURL=cdk.umd.js.map