goetzrobin / spartan

Cutting-edge tools powering Angular full-stack development.
https://spartan.ng
MIT License
1.09k stars 120 forks source link

docs: change className to class in theming page #307

Closed Muneersahel closed 3 weeks ago

Muneersahel commented 3 weeks ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

Which package are you modifying?

What is the current behavior?

Angular uses class instead of className, and the sample code in theming page used className instead

Closes #

What is the new behavior?

The sample code in theming page uses class instead of className

Does this PR introduce a breaking change?

Other information