Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akkiepro/angular-17


https://github.com/akkiepro/angular-17

angular angular-cli angular-learning-notes angular-material framework typescript

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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