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-app

Add Master CSS

Run the installer from the Angular project root.

npm create @master/css@rc -- --framework angular --yes

Launch server

Run the Angular development server.

npm start

Start 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.


© 2026 Aoyue Design LLC.MIT License
Trademark Policy