RSS Git Download  Clone
Raw View History
Blames found: 3 Mode: application/typescript Binary: false


Hang on, we reloading big blames...
import { Component, OnInit } from '@angular/core'; @Component({
selector: 'p3x-not-found', templateUrl: './not-found.component.html', styleUrls: ['./not-found.component.scss'], standalone: true
}) export class NotFoundComponent implements OnInit { constructor() { } ngOnInit(): void { } }