1 | (function (global, factory) {
|
---|
2 | typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core')) :
|
---|
3 | typeof define === 'function' && define.amd ? define('@angular/cdk', ['exports', '@angular/core'], factory) :
|
---|
4 | (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.ng = global.ng || {}, global.ng.cdk = {}), global.ng.core));
|
---|
5 | }(this, (function (exports, core) { 'use strict';
|
---|
6 |
|
---|
7 | /**
|
---|
8 | * @license
|
---|
9 | * Copyright Google LLC All Rights Reserved.
|
---|
10 | *
|
---|
11 | * Use of this source code is governed by an MIT-style license that can be
|
---|
12 | * found in the LICENSE file at https://angular.io/license
|
---|
13 | */
|
---|
14 | /** Current version of the Angular Component Development Kit. */
|
---|
15 | var VERSION = new core.Version('12.2.10');
|
---|
16 |
|
---|
17 | /**
|
---|
18 | * @license
|
---|
19 | * Copyright Google LLC All Rights Reserved.
|
---|
20 | *
|
---|
21 | * Use of this source code is governed by an MIT-style license that can be
|
---|
22 | * found in the LICENSE file at https://angular.io/license
|
---|
23 | */
|
---|
24 |
|
---|
25 | /**
|
---|
26 | * @license
|
---|
27 | * Copyright Google LLC All Rights Reserved.
|
---|
28 | *
|
---|
29 | * Use of this source code is governed by an MIT-style license that can be
|
---|
30 | * found in the LICENSE file at https://angular.io/license
|
---|
31 | */
|
---|
32 |
|
---|
33 | exports.VERSION = VERSION;
|
---|
34 |
|
---|
35 | Object.defineProperty(exports, '__esModule', { value: true });
|
---|
36 |
|
---|
37 | })));
|
---|
38 | //# sourceMappingURL=cdk.umd.js.map
|
---|