-
Tormod Nygård authoredTormod Nygård authored
app.component.ts 212 B
import { Component
} from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
})
export class AppComponent {
title = 'client';
}