@irshadali/controls
v0.1.1
Published
This library project is intended to create and manage similar components across multiple applications efficiently. It also keeps code clean as less html is required for these controls to render.
Downloads
4
Readme
Controls
This library project is intended to create and manage similar components across multiple applications efficiently. It also keeps code clean as less html is required for these controls to render.
The project uses @angular/material components and basically a set of html that we use repeatedly in applications.
Getting Started
- Run below command that adds @angular/material in your project. Ref: https://material.angular.io/guide/getting-started
ng add @angular/material