Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Line | |
---|
1 | (function (global, factory) {
|
---|
2 | typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
---|
3 | typeof define === 'function' && define.amd ? define('@angular/material', ['exports'], factory) :
|
---|
4 | (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.ng = global.ng || {}, global.ng.material = {})));
|
---|
5 | }(this, (function (exports) { '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 | // primary entry-point which is empty as of version 9. All components should
|
---|
15 | // be imported through their individual entry-points. This file is needed to
|
---|
16 | // satisfy the "ng_package" bazel rule which also requires a primary entry-point.
|
---|
17 | // Workaround for: https://github.com/microsoft/rushstack/issues/2806.
|
---|
18 | // This is a private export that can be removed at any time.
|
---|
19 | var ɵɵtsModuleIndicatorApiExtractorWorkaround = true;
|
---|
20 |
|
---|
21 | exports.ɵɵtsModuleIndicatorApiExtractorWorkaround = ɵɵtsModuleIndicatorApiExtractorWorkaround;
|
---|
22 |
|
---|
23 | Object.defineProperty(exports, '__esModule', { value: true });
|
---|
24 |
|
---|
25 | })));
|
---|
26 | //# sourceMappingURL=material.umd.js.map
|
---|
Note:
See
TracBrowser
for help on using the repository browser.