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

Function ngVersionMatches

tests/e2e/utils/version.ts:11–13  ·  view source on GitHub ↗
(range: string)

Source from the content-addressed store, hash-verified

9}
10
11export function ngVersionMatches(range: string): boolean {
12 return semver.satisfies(readNgVersion(), range);
13}

Callers

nothing calls this directly

Calls 1

readNgVersionFunction · 0.85

Tested by

no test coverage detected