mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-24 16:16:27 +08:00
With commits removes the several deprecated exceptions. BREAKING CHANGE: - `ContentHasMutatedException`, `InvalidUpdateRecordException`, `UnimplementedException` and `MergeConflictException` API from `@angular-devkit/core` have been removed in favor of the API from `@angular-devkit/schematics`. - `UnsupportedPlatformException` - A custom error exception should be created instead.