angular-material-extended

This project contains some useful components to extends Angular Material

Usage no npm install needed!

<script type="module">
  import angularMaterialExtended from 'https://cdn.skypack.dev/angular-material-extended';
</script>

README

Angular Material Extended

This project contains some useful components to extends Angular Material

demo

Components

Contributing

Install dependencies

To install dependencies it will be used pnpm as package manager, so run:

pnpm i

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name --project=angular-material-extended to generate a new library component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build Demo

run:

pnpm run build_demo

Build Library

run:

pnpm run prepublish_lib

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.