generated from nhcarrigan/template
feat: add 404 page
This commit is contained in:
@ -6,7 +6,9 @@
|
||||
|
||||
import { Routes } from "@angular/router";
|
||||
import { Home } from "./home/home.js";
|
||||
import { Soon } from "./soon/soon.js";
|
||||
|
||||
export const routes: Routes = [
|
||||
{ component: Home, path: "", pathMatch: "full" },
|
||||
{ component: Soon, path: "**" },
|
||||
];
|
||||
|
Reference in New Issue
Block a user