Change components to standalone
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { Component } from "@angular/core";
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: "app-root",
|
||||
templateUrl: "./app.component.html",
|
||||
styleUrls: ["./app.component.css"],
|
||||
selector: 'app-root',
|
||||
templateUrl: './app.component.html',
|
||||
styleUrls: ['./app.component.css'],
|
||||
})
|
||||
export class AppComponent {
|
||||
title = "rossa-tech";
|
||||
title = 'rossa-tech';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user