Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtorres90/angular-2024
https://github.com/rtorres90/angular-2024
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rtorres90/angular-2024
- Owner: rtorres90
- License: apache-2.0
- Created: 2024-01-05T18:07:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-11T20:44:54.000Z (about 1 year ago)
- Last Synced: 2024-11-01T04:27:44.706Z (3 months ago)
- Language: TypeScript
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.