git clone https://github.com/shhdharmen/ngm-dev-blocks-demo-app
cd ngm-dev-blocks-demo-app
npm i
npm start
To change colors, take a look at tokens.scss file. Or if you want to use pre-built themes, remove tokens.scss
from styles
array in anglar.json file.
To change font-families, take a look at _variables.scss file. Or if you want to use Roboto
font, simply make changes in styles.scss and index.html.
- Initial setup done using
npx @ngm-dev/cli init
.@angular/material
with custom themetailwindcss
with all the needed configuration- Material symbols configured ready to use with
mat-icon
component - Required styles included for Angular Material Blocks to run properly
- Inter and Poppins configured for
plain
andbrand
typographies - Added below blocks to try out, present at 📁 ngm-dev-blocks folder
You can explore blocks from https://ui.angular-material.dev/ and start adding them using npx @ngm-dev/cli add
command.