Skip to content

Commit

Permalink
fix(project): minor
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Oct 5, 2020
1 parent e4d5532 commit c78bfbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { FlexLayoutModule } from '@angular/flex-layout';
import { ReactiveFormsModule } from '@angular/forms';
import { BrowserModule } from '@angular/platform-browser';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { RouterModule } from '@angular/router';
import { Angulartics2Module } from 'angulartics2';
import { MarkdownModule } from 'ngx-markdown';

Expand All @@ -17,6 +18,9 @@ import { AppComponent } from './app.component';
imports: [
BrowserModule.withServerTransition({ appId: 'serverApp' }),
BrowserAnimationsModule,
RouterModule.forRoot([], {
initialNavigation: 'enabled'
}),
Angulartics2Module.forRoot(),
MarkdownModule.forRoot(),
ReactiveFormsModule,
Expand Down

0 comments on commit c78bfbb

Please sign in to comment.