Angular v19
This commit is contained in:
@@ -4,6 +4,8 @@ import { Component, OnInit } from '@angular/core';
|
||||
selector: 'fm-not-found',
|
||||
templateUrl: './not-found.component.html'
|
||||
// styleUrls: ['./not-found.component.css']
|
||||
,
|
||||
standalone: false
|
||||
})
|
||||
export class NotFoundComponent implements OnInit {
|
||||
constructor() { }
|
||||
|
||||
Reference in New Issue
Block a user