We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494c7b5 commit 83cfb59Copy full SHA for 83cfb59
templates/Angular2Spa/ClientApp/app/app.module.ts
@@ -17,7 +17,7 @@ import { CounterComponent } from './components/counter/counter.component';
17
HomeComponent
18
],
19
imports: [
20
- UniversalModule,
+ UniversalModule, // Must be first import. This automatically imports BrowserModule, HttpModule, and JsonpModule too.
21
RouterModule.forRoot([
22
{ path: '', redirectTo: 'home', pathMatch: 'full' },
23
{ path: 'home', component: HomeComponent },
0 commit comments