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
/
index.d.ts
7 lines
(4 loc)
•
160 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Version
}
from
'@angular/core'
;
/** Current version of the Angular Component Development Kit. */
declare
const
VERSION
:
Version
;
export
{
VERSION
};