Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 83cfb59

Browse filesBrowse files
Add comment about UniversalModule
1 parent 494c7b5 commit 83cfb59
Copy full SHA for 83cfb59

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: templates/Angular2Spa/ClientApp/app/app.module.ts
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.