TFTPaths 1.0

This commit is contained in:
Daniel Rodriguez 2019-08-19 19:44:54 +02:00
parent 5924149301
commit 2e12f90b7f
96 changed files with 1420 additions and 47 deletions

View file

@ -0,0 +1,15 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-layout',
templateUrl: './layout.component.html',
styleUrls: ['./layout.component.scss']
})
export class LayoutComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}