Commit 9498043
committed
chore: remove unused Angular Material/CDK before v22 upgrade
Material and CDK were installed but no component from either package
was used in any template - only the indigo-pink.css prebuilt theme was
loaded. Removing them shrinks the surface area for the upcoming
Angular 17 to 22 migration.
Also fixes app.component.spec.ts, which asserted on a `title` property
and an `<h1>` that no longer exist on AppComponent (stale CLI
boilerplate), so `ng test` can be used as a gate at each migration step.1 parent 8af8681 commit 9498043
4 files changed
Lines changed: 2 additions & 858 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
78 | | - | |
79 | 77 | | |
80 | 78 | | |
81 | 79 | | |
| |||
0 commit comments