Documentation Feedback
As of Angular 22.x, ng new <proj_name> generates a /src/app/app.html, but the docs still treat the filename as app.component.html in here:
Add the `<mat-slide-toggle>` tag to the ***`app.component.html`*** like so:
```html
<mat-slide-toggle>Toggle me!</mat-slide-toggle>
there is probably other pages that has the same problem, but that's what i've found now.
Affected documentation page
https://material.angular.dev/guide/getting-started
Documentation Feedback
As of Angular 22.x,
ng new <proj_name>generates a/src/app/app.html, but the docs still treat the filename asapp.component.htmlin here:there is probably other pages that has the same problem, but that's what i've found now.
Affected documentation page
https://material.angular.dev/guide/getting-started