You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(cdk/schematics): use @schematics/angular/utility for workspace helpers
The `@schematics/angular` package's `utility` entry point provides access
to several Angular workspace helper functions and types. Usage of this
avoids deep importing into this package for the equivalent functionality
as well as removing the need in several cases of importing from `@angular-devkit/core`.
0 commit comments