geovisualisierung/projects/project-3/frontend/src/app/app.component.ts
tim-herbst 064bd86f2b frontend project-init
* angular routing
* scss as style
2020-12-22 07:57:00 +01:00

11 lines
213 B
TypeScript

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