mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-09-16 18:03:45 +00:00
Restructuring project to have different Modules for Frontend, Tests, Backend etc...
This commit is contained in:
@@ -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 = 'Betterzon';
|
||||
}
|
||||
Reference in New Issue
Block a user