From a970ba78ffa98545176b636630e48115efcf51cc Mon Sep 17 00:00:00 2001 From: Justin Baur Date: Wed, 27 Oct 2021 11:44:00 -0400 Subject: [PATCH] Added manual routing --- .../organization-layout.component.html | 4 +- .../layouts/organization-layout.component.ts | 28 ------------ .../manage/manage-router.component.html | 0 .../manage/manage-router.component.ts | 45 +++++++++++++++++++ .../tools/tools-router.component.html | 0 .../tools/tools-router.component.ts | 28 ++++++++++++ src/app/oss-routing.module.ts | 6 ++- 7 files changed, 79 insertions(+), 32 deletions(-) create mode 100644 src/app/organizations/manage/manage-router.component.html create mode 100644 src/app/organizations/manage/manage-router.component.ts create mode 100644 src/app/organizations/tools/tools-router.component.html create mode 100644 src/app/organizations/tools/tools-router.component.ts diff --git a/src/app/layouts/organization-layout.component.html b/src/app/layouts/organization-layout.component.html index 351ab3b3..97d409e3 100644 --- a/src/app/layouts/organization-layout.component.html +++ b/src/app/layouts/organization-layout.component.html @@ -29,13 +29,13 @@