Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rtorres90/angular-2024


https://github.com/rtorres90/angular-2024

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# angular-2024

Commands.

npm install --force. To by-pass a problem.
ng generate component home --inline-template --skip-tests. to create a component without tests
ng generate interface housinglocation. to create an interface.
ng generate service housing --skip-tests. to create a service.
npm install -g json-server. to create a json-server.