Skip to content

This repo contains fundamental concepts used in Angular.

Notifications You must be signed in to change notification settings

ashutoshraj01/Angular-Concepts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Angular-Concepts

This repo contains fundamental concepts used in Angular.

Steps to run selected folder code :-

  1. First clone the project folder.
  2. Move to that directory.
  3. run "npm i" in the command line.
  4. then run "ng serve".
  5. Open http://localhost:4200/ in your browser.