Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Angular

stackblitz

```
# 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/page1

ng 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
```