Skip to content

akkiePro/Angular-17

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. create new angular app

=> ng new app_name
ex. ng new first-ng-app

2. run app

=> npm run start

3. generate new component

=> ng g c component_name
ex. ng g c components/user-profile