Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 83cfb59

Browse files
Add comment about UniversalModule
1 parent 494c7b5 commit 83cfb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/Angular2Spa/ClientApp/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { CounterComponent } from './components/counter/counter.component';
1717
HomeComponent
1818
],
1919
imports: [
20-
UniversalModule,
20+
UniversalModule, // Must be first import. This automatically imports BrowserModule, HttpModule, and JsonpModule too.
2121
RouterModule.forRoot([
2222
{ path: '', redirectTo: 'home', pathMatch: 'full' },
2323
{ path: 'home', component: HomeComponent },

0 commit comments

Comments
 (0)