From 422f0a5b10e7399826ad71707b44bad124516c64 Mon Sep 17 00:00:00 2001 From: Mathew Guest Date: Sun, 4 Aug 2024 08:45:39 -0600 Subject: [PATCH] build: start of sticky header nav and footer bootstrap layout --- src/app/app-routing.module.ts | 4 +-- src/app/app.component.html | 49 +++++++++++++++++++++++------------ src/index.html | 2 +- 3 files changed, 36 insertions(+), 19 deletions(-) diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 961c877..a872ce8 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -9,8 +9,8 @@ import { ScoutingCryptoComponent } from 'app/scouting-crypto/scouting-crypto.com const routes: Routes = [ { path: '', redirectTo: '/home', pathMatch: 'full' }, - { path: 'home', component: HomeComponent }, - { path: 'scout', component: ScoutingCryptoComponent }, + { path: 'scouting/stocks', component: HomeComponent }, + { path: 'scouting/crypto', component: ScoutingCryptoComponent }, // { path: '**', component: NotFoundComponent } ]; diff --git a/src/app/app.component.html b/src/app/app.component.html index 03c6a0f..1a2d9bd 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,31 +1,48 @@ - -
-
-
-
+ +
-
- -
+ +
+
-