5: Add In-app Navigation
authorKai Moritz <kai@juplo.de>
Fri, 8 May 2020 23:08:05 +0000 (01:08 +0200)
committerKai Moritz <kai@juplo.de>
Fri, 8 May 2020 23:08:05 +0000 (01:08 +0200)
commit2f6f2d86ff7765914cd9105069181ed1f1792f44
tree4df8c262d14660c460064ad79ab2a24e55469a20
parent0666181cc32377d48501a42c465b08d3e660ab62
5: Add In-app Navigation
c) Add a dashboard view
src/app/app-routing.module.ts
src/app/app.component.html
src/app/app.module.ts
src/app/dashboard/dashboard.component.css [new file with mode: 0644]
src/app/dashboard/dashboard.component.html [new file with mode: 0644]
src/app/dashboard/dashboard.component.spec.ts [new file with mode: 0644]
src/app/dashboard/dashboard.component.ts [new file with mode: 0644]