Refactor. API explanations. UX revamp.
This commit is contained in:
@@ -8,6 +8,7 @@ import { MasterPageComponent } from './components/master-page/master-page.compon
|
||||
import { AboutComponent } from './components/about/about.component';
|
||||
import { TelevisionComponent } from './components/television/television.component';
|
||||
import { StatisticsComponent } from './components/statistics/statistics.component';
|
||||
import { ExplorerComponent } from './components/explorer/explorer.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{
|
||||
@@ -18,6 +19,10 @@ const routes: Routes = [
|
||||
path: '',
|
||||
component: StartComponent,
|
||||
},
|
||||
{
|
||||
path: 'explorer',
|
||||
component: ExplorerComponent,
|
||||
},
|
||||
{
|
||||
path: 'graphs',
|
||||
component: StatisticsComponent,
|
||||
|
||||
Reference in New Issue
Block a user