A little redesign
This commit is contained in:
@ -1 +1,7 @@
|
||||
<h3 class="mt-3 text-center">Coming Soon</h3>
|
||||
<div class="p-3">
|
||||
<mat-card class="w-100 hover" routerLink="/battery">
|
||||
<mat-card-content>
|
||||
<battery-widget></battery-widget>
|
||||
</mat-card-content>
|
||||
</mat-card>
|
||||
</div>
|
||||
|
@ -1,4 +1,5 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import {AppComponent} from '../app.component';
|
||||
|
||||
@Component({
|
||||
selector: 'app-dashboard',
|
||||
@ -6,7 +7,7 @@ import { Component, OnInit } from '@angular/core';
|
||||
})
|
||||
export class DashboardComponent implements OnInit {
|
||||
|
||||
constructor() { }
|
||||
constructor(private app: AppComponent) { }
|
||||
|
||||
ngOnInit() {
|
||||
}
|
||||
|
Reference in New Issue
Block a user