| Version | Branch |
|---|---|
| 20 | main |
| 19 | v19 |
git clone https://github.com/shhdharmen/ngm-dev-blocks-demo-app
cd ngm-dev-blocks-demo-appnpm inpm startTo 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/materialwith custom themetailwindcsswith all the needed configuration- Material symbols configured ready to use with
mat-iconcomponent - Required styles included for Angular Material Blocks to run properly
- Inter and Poppins configured for
plainandbrandtypographies - 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.
