MANJIRABARUAH / styling-applications-with-angular-material

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Styling Applications with Angular Material

This project is the application we build throughout the pluralsight course Styling Applications with Angular Material.

Live demo

The latest version of the master branch can be found running live at https://styling-angular-applications.web.app/, feel free to check it out.

Getting up and running

To serve the application from a dev server run the following commands:

git clone https://github.com/ajtowf/styling-applications-with-angular-material.git
npm i
ng build
ng s -o

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Screenshots from the application

Contact Manager Desktop

Contact Manager Forms

Contact Manager Theming

Contact Manager RTL Mobile

About


Languages

Language:TypeScript 68.6%Language:HTML 18.3%Language:SCSS 7.2%Language:JavaScript 6.0%