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