Weather is done
This commit is contained in:
3
src/app/dashboard/dashboard.component.html
Normal file
3
src/app/dashboard/dashboard.component.html
Normal file
@ -0,0 +1,3 @@
|
||||
<p>
|
||||
dashboard works!
|
||||
</p>
|
14
src/app/dashboard/dashboard.component.ts
Normal file
14
src/app/dashboard/dashboard.component.ts
Normal file
@ -0,0 +1,14 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-dashboard',
|
||||
templateUrl: './dashboard.component.html'
|
||||
})
|
||||
export class DashboardComponent implements OnInit {
|
||||
|
||||
constructor() { }
|
||||
|
||||
ngOnInit() {
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user