Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 0bf3e2b

Browse files
committed
removed unused routes
1 parent df94a2c commit 0bf3e2b

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/app/operators/operators.module.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ import { WalkthroughComponent } from './components/walkthrough/walkthrough.compo
3030
import { OperatorScrollDirective } from './directives/operator-scroll.directive';
3131
import { HighlightJsDirective } from './directives/highlight-js.directive';
3232

33-
const OPERATOR_ROUTES = [
34-
{
35-
path: '',
36-
component: OperatorsComponent
37-
}
38-
];
39-
4033
@NgModule({
4134
declarations: [
4235
OperatorsComponent,

src/main.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ if (environment.production) {
88
enableProdMode();
99
}
1010

11-
platformBrowserDynamic().bootstrapModule(AppModule)
11+
platformBrowserDynamic()
12+
.bootstrapModule(AppModule, { preserveWhitespaces: false })
1213
.catch(err => console.log(err));

0 commit comments

Comments
 (0)