mirror of
https://github.com/Dansen999/at-certification-stock.git
synced 2026-01-11 21:43:34 +00:00
Implemented features.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import {NgModule} from '@angular/core';
|
||||
import {RouterModule, Routes} from '@angular/router';
|
||||
import {SentimentComponent} from "./pages/sentiment/sentiment.component";
|
||||
import {SentimentPageComponent} from "./pages/sentiment-page/sentiment-page.component";
|
||||
import {LandingPageComponent} from "./pages/landing-page/landing-page.component";
|
||||
|
||||
const routes: Routes = [
|
||||
|
||||
{path: 'sentiment/:symbol', component: SentimentComponent},
|
||||
{path: 'sentiment/:symbol', component: SentimentPageComponent},
|
||||
{path: '**', component: LandingPageComponent}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user