add part support for sidenavs

This commit is contained in:
rubikscraft
2022-03-16 15:59:06 +01:00
parent 0dce5fa108
commit ac41a3f9c0
43 changed files with 477 additions and 337 deletions

View File

@@ -1,8 +1,9 @@
import { NgModule } from '@angular/core';
import { RouterModule, Routes } from '@angular/router';
import { RouterModule } from '@angular/router';
import { PRoutes } from 'src/app/models/picsur-routes';
import { PageNotFoundComponent } from './pagenotfound.component';
const routes: Routes = [
const routes: PRoutes = [
{
path: 'pagenotfound',
component: PageNotFoundComponent,