cdk.mjs 200 B

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