import { Version } from '@angular/core'; /** Current version of the Angular Component Development Kit. */ const VERSION = new Version('20.0.1'); export { VERSION }; //# sourceMappingURL=cdk.mjs.map