UNPKG

ngm-cli

Version:

Simple way to manage angular submodules in one repository

6 lines (5 loc) 243 B
export declare const ROOT: string; export declare const pkgFileName = "package.json"; export declare const tsconfigName = "tsconfig.json"; export declare const ngCliConfName = "angular-cli.json"; export declare const dependencyKeys: string[];