Closed
Description
Reproduction
Steps to reproduce:
-
create new angular app
-
do: ng add @angluar/material
result:
added 3 packages from 4 contributors in 15.766s
UPDATE src/main.ts (391 bytes)
UPDATE src/app/app.module.ts (577 bytes)
UPDATE angular.json (3608 bytes)
UPDATE src/index.html (490 bytes)
UPDATE src/styles.css (181 bytes) -
notice that in index.html the fonts links are added but the body tag has no class
Expected Behavior
The schematic should add class="mat-typography" to the body tag in index.html
Actual Behavior
The schematic changes the index.html to add font links but did not change the body tag
Environment
- Angular: 8.1.1
- CDK/Material: 8.1.1
- Operating System (e.g. Windows, macOS, Ubuntu): Windows