Skip to content

Commit

Permalink
Merge pull request #386 from skorunka/master
Browse files Browse the repository at this point in the history
Commented the importance of module import order
  • Loading branch information
bursauxa authored Sep 22, 2018
2 parents d7dfb4a + b495d37 commit 2a9a3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/src/app/_app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ import { AppRoutingModule } from './app-routing.module';
<% } else if (props.angulartics ) { -%>
Angulartics2Module.forRoot([]),
<% } -%>
AppRoutingModule
AppRoutingModule // must be imported as the last module as it contains the fallback route
],
declarations: [AppComponent],
providers: [
Expand Down

0 comments on commit 2a9a3b0

Please sign in to comment.