7 lines
160 B
TypeScript
Executable File
7 lines
160 B
TypeScript
Executable File
import { Version } from '@angular/core';
|
|
|
|
/** Current version of the Angular Component Development Kit. */
|
|
declare const VERSION: Version;
|
|
|
|
export { VERSION };
|