mirror of
https://github.com/simon987/task_tracker.git
synced 2025-12-20 01:55:59 +00:00
Web dashboard, task release, logs api
This commit is contained in:
10
web/angular/src/app/app.component.ts
Normal file
10
web/angular/src/app/app.component.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import {Component} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
templateUrl: './app.component.html',
|
||||
styleUrls: ['./app.component.css']
|
||||
})
|
||||
export class AppComponent {
|
||||
title = 'angular';
|
||||
}
|
||||
Reference in New Issue
Block a user