We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed2f1c commit 3981342Copy full SHA for 3981342
1 file changed
src/Web/WebSPA/Client/modules/app.module.ts
@@ -2,7 +2,7 @@ import { NgModule, NgModuleFactoryLoader } from '@angular/core';
2
import { BrowserModule } from '@angular/platform-browser';
3
// import { FormsModule } from '@angular/forms';
4
import { HttpModule } from '@angular/http';
5
-import { RouterModule } from '@angular/Router';
+import { RouterModule } from '@angular/router';
6
7
import { routing } from './app.routes';
8
import { AppService } from './app.service';
0 commit comments