0.0.2 • Published 4 years ago

desyre-am-theme v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

DeSyRe theme for Angular Material

This package contains a custom theme for Angular Material projects

Install Angular

npm install -g @angular/cli

Create a new Angular project

ng new my-project-name

Install Angular Material

ng add @angular/material

Install DeSyRe theme

Install DeSyRe NMP package

npm i desyre-am-theme

Configure project to use DeSyRe theme

In the angular.json file, add path of the DeSyRe theme CSS file in the "style" section as follow:

"styles": [
        "./node_modules/desyre-am-theme/desyre-am-theme.css"
],