Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mchirico/angular
Angular test project
https://github.com/mchirico/angular
angular angular-cli testing
Last synced: 3 days ago
JSON representation
Angular test project
- Host: GitHub
- URL: https://github.com/mchirico/angular
- Owner: mchirico
- License: apache-2.0
- Created: 2018-05-02T16:30:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:50:59.000Z (about 2 years ago)
- Last Synced: 2024-11-22T14:14:36.125Z (2 months ago)
- Topics: angular, angular-cli, testing
- Language: CSS
- Homepage: https://stackblitz.com/github/mchirico/angular
- Size: 1.56 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular
```
# Heading
ng g component navbar/navbar# Heading pages - (add more if needed).
ng g component navpages/home
ng g component navpages/main
ng g component navpages/auth
ng g component navpages/page0
ng g component navpages/page0/area-chart
ng g component navpages/page0/area-chart/start-chart
ng g component navpages/page0/area-chart/detail-chart
ng g component navpages/page1ng g component navpages/search
ng g service service/backend
# D3 charts
npm install d3 --save
npm install @types/d3 --save-dev```
## References
[1](https://medium.com/better-programming/reactive-charts-in-angular-8-using-d3-4550bb0b4255)
### For Testing
```
https://angular.io/guide/testing#component-dom-testing
```