Integrations
Set up Master CSS in Angular
Guide to setting up Master CSS in your Angular project.
Create a project
If you don't have an Angular project, create one first.
ng new my-appcd my-appAdd Master CSS
Run the installer from the Angular project root.
npm create @master/css@rc -- --framework angular --yesLaunch server
Run the Angular development server.
npm startStart using Master CSS
Now style your first template using Master CSS syntax.
localhost:4200
Hello World
<h1 class="m:2xl italic font:5xl font:heavy text:neutral">Hello World</h1>Use Angular runtime rendering or Angular static rendering when you need rendering-mode details.