Files
wgenerator/WEB/src/app/app.component.ts
Benjamin Ifland 14a033a56c website init
2019-03-23 14:13:18 +01:00

11 lines
215 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.less']
})
export class AppComponent {
title = 'wgenerator';
}