import{Component,OnInit}from'@angular/core';@Component({selector:'app-page-not-found',templateUrl:'./page-not-found.component.html',styleUrls:['./page-not-found.component.css']})exportclassPageNotFoundComponentimplementsOnInit{constructor(){}ngOnInit(){}}/*Copyright Google LLC. All Rights Reserved.Use of this source code is governed by an MIT-style license thatcan be found in the LICENSE file at http://angular.io/license*/