Commit c78bfbb 1 parent e4d5532 commit c78bfbb Copy full SHA for c78bfbb
File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import { FlexLayoutModule } from '@angular/flex-layout';
5
5
import { ReactiveFormsModule } from '@angular/forms' ;
6
6
import { BrowserModule } from '@angular/platform-browser' ;
7
7
import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ;
8
+ import { RouterModule } from '@angular/router' ;
8
9
import { Angulartics2Module } from 'angulartics2' ;
9
10
import { MarkdownModule } from 'ngx-markdown' ;
10
11
@@ -17,6 +18,9 @@ import { AppComponent } from './app.component';
17
18
imports : [
18
19
BrowserModule . withServerTransition ( { appId : 'serverApp' } ) ,
19
20
BrowserAnimationsModule ,
21
+ RouterModule . forRoot ( [ ] , {
22
+ initialNavigation : 'enabled'
23
+ } ) ,
20
24
Angulartics2Module . forRoot ( ) ,
21
25
MarkdownModule . forRoot ( ) ,
22
26
ReactiveFormsModule ,
You can’t perform that action at this time.
0 commit comments