github.com/readium/readium-lcp-server@v0.0.0-20240101192032-6e95190e99f1/frontend/manage/app/not-found.component.ts (about) 1 import { Component } from '@angular/core'; 2 3 @Component({ 4 template: '<h2>Page not found</h2>' 5 }) 6 7 export class PageNotFoundComponent {}