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(@schematics/angular): remove unused import from app-shell schematic
The import of the `findAppConfig` function was unused within the schematic.
The TypeScript import was also changed to the recommended default import from
a namespace import.
0 commit comments