Skip to content

Commit 3981342

Browse files
committed
Solves error building SPA on linux host due to case error
1 parent 9ed2f1c commit 3981342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Web/WebSPA/Client/modules/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { NgModule, NgModuleFactoryLoader } from '@angular/core';
22
import { BrowserModule } from '@angular/platform-browser';
33
// import { FormsModule } from '@angular/forms';
44
import { HttpModule } from '@angular/http';
5-
import { RouterModule } from '@angular/Router';
5+
import { RouterModule } from '@angular/router';
66

77
import { routing } from './app.routes';
88
import { AppService } from './app.service';

0 commit comments

Comments
 (0)