aswi2021codebakers-gitlab/src/app/app.component.ts @ ae8c1b88
1 |
import { Component } from '@angular/core'; |
---|---|
2 | |
3 |
@Component({ |
4 |
selector: 'app-root', |
5 |
templateUrl: './app.component.html', |
6 |
styleUrls: ['./app.component.scss'] |
7 |
})
|
8 |
export class AppComponent { |
9 |
title = 'SensLog'; |
10 |
}
|