Last change
on this file since 59329aa was fa375fe, checked in by Ema <ema_spirova@…>, 3 years ago |
adding new components
|
-
Property mode
set to
100644
|
File size:
808 bytes
|
Line | |
---|
1 | import { Version } from '@angular/core';
|
---|
2 |
|
---|
3 | /**
|
---|
4 | * @license
|
---|
5 | * Copyright Google LLC All Rights Reserved.
|
---|
6 | *
|
---|
7 | * Use of this source code is governed by an MIT-style license that can be
|
---|
8 | * found in the LICENSE file at https://angular.io/license
|
---|
9 | */
|
---|
10 | /** Current version of the Angular Component Development Kit. */
|
---|
11 | const VERSION = new Version('12.2.10');
|
---|
12 |
|
---|
13 | /**
|
---|
14 | * @license
|
---|
15 | * Copyright Google LLC All Rights Reserved.
|
---|
16 | *
|
---|
17 | * Use of this source code is governed by an MIT-style license that can be
|
---|
18 | * found in the LICENSE file at https://angular.io/license
|
---|
19 | */
|
---|
20 |
|
---|
21 | /**
|
---|
22 | * @license
|
---|
23 | * Copyright Google LLC All Rights Reserved.
|
---|
24 | *
|
---|
25 | * Use of this source code is governed by an MIT-style license that can be
|
---|
26 | * found in the LICENSE file at https://angular.io/license
|
---|
27 | */
|
---|
28 |
|
---|
29 | export { VERSION };
|
---|
30 | //# sourceMappingURL=cdk.js.map
|
---|
Note:
See
TracBrowser
for help on using the repository browser.