mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
As the JSON Schema validation is minimum in the CLI, we have to also validate in code. This PR: - updates the JSON Schema to use `number` and `enum` instead of `integer` and `const` that are not supported. - adds validation in the doc command implementation - adds error reporting if the version is not valid - fixes a typo in an error message in the parser