index.d.ts 160 B

123456
  1. import { Version } from '@angular/core';
  2. /** Current version of the Angular Component Development Kit. */
  3. declare const VERSION: Version;
  4. export { VERSION };