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 @@ - -
-
-
-
+ +
-
- -
+ +
+
-