MCPcopy Index your code
hub / github.com/angular/angular-cli / isPrereleaseCli

Function isPrereleaseCli

tests/e2e/utils/project.ts:182–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180}
181
182export function isPrereleaseCli(): boolean {
183 return (prerelease(getNgCLIVersion())?.length ?? 0) > 0;
184}
185
186export function updateServerFileForEsbuild(filepath: string): Promise<void> {
187 return writeFile(

Calls 1

getNgCLIVersionFunction · 0.85

Tested by

no test coverage detected