UNPKG
@workingdevshero/cdk
Version:
latest (20.0.1)
20.0.1
19.2.17
Angular Material Component Development Kit
github.com/angular/components
angular/components
@workingdevshero/cdk
/
fesm2022
/
cdk.mjs
8 lines
(5 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{
Version
}
from
'@angular/core'
;
/** Current version of the Angular Component Development Kit. */
const
VERSION
=
new
Version
(
'20.0.1+sha-ba116ce'
);
export
{
VERSION
};
//# sourceMappingURL=cdk.mjs.map