mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-22 09:35:39 -05:00
Add some initial web UI
This commit is contained in:
15
Display/src/app/laundry/laundry.component.ts
Normal file
15
Display/src/app/laundry/laundry.component.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-laundry',
|
||||
templateUrl: './laundry.component.html',
|
||||
styleUrls: ['./laundry.component.scss']
|
||||
})
|
||||
export class LaundryComponent implements OnInit {
|
||||
|
||||
constructor() { }
|
||||
|
||||
ngOnInit() {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user