mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
bd0f333502
The `@angular/schematic` package has a `utility` export path which can be used to access common utility rules and helpers. The previous deep imports into the `@angular/schematic` package have been switched to the actual export path where possible. This lowers the potential for breakage from internal package changes. PR Close #56839