cdk.mjs 201 B

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