Skip to content

ajtowf/angular-material-fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make sure you have node and npm installed: https://nodejs.org/.

Install typescript, live-server and bower globally (only once): 
 - npm install -g typescript live-server bower
 
Compile and serve the application (start in application root-folder, i.e. contact-manager):
 1. npm install
 2. cd app\src
 3. tsc
 4. cd ..
 5. live-server
 

About

Complete Code for Pluralsight course Angular Material Fundamentals (https://www.pluralsight.com/courses/angular-material-fundamentals)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published