OwenKelvin/Angular-School-Management-System

View on GitHub
src/app/errors/error404/error404.component.html

Summary

Maintainability
Test Coverage
<h2>
  404 - Page not found
</h2>
<p *ngIf="path">You might want to go to the <a [routerLink]="path">"{{ path }}" page</a></p>