Newer
Older
Website / src / app / app.component.ts
@lukas lukas on 23 Mar 2022 212 bytes add new angular layout
import { Component } from '@angular/core';

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