UNPKG

200 BJavaScriptView Raw
1import { Version } from '@angular/core';
2
3/** Current version of the Angular Component Development Kit. */
4const VERSION = new Version('16.0.4');
5
6export { VERSION };
7//# sourceMappingURL=cdk.mjs.map