new ng project

This commit is contained in:
2019-11-20 16:45:00 +01:00
committed by smuddy
parent 8709c8b116
commit 9897e66d50
41 changed files with 15008 additions and 1 deletions

10
src/app/app.component.ts Normal file
View File

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