create style.ts to set elevation for all dashboard components
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import { cardElevation } from '../../style';
|
||||
|
||||
@Component({
|
||||
selector: 'app-device-chart',
|
||||
@@ -6,6 +7,8 @@ import { Component, OnInit } from '@angular/core';
|
||||
styleUrls: ['./device-chart.component.scss']
|
||||
})
|
||||
export class DeviceChartComponent implements OnInit {
|
||||
chartID: string = 'devicesChart';
|
||||
elevation: string = cardElevation;
|
||||
|
||||
constructor() { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user