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

https://github.com/ayush987goyal/angular4


https://github.com/ayush987goyal/angular4

angular

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# angular4

This is a repo containing all the projects I created while learning Angular.

You can clone the repository or download any individual project and run the following command in the project directory(with Node.js installed in your system)

`npm install`

This will install the dependency modules. You can now serve the project to a server by simply running the following command.

`ng serve`

Cheers!