Browse Source

Solves error building SPA on linux host due to case error

pull/175/head
Eduard Tomas 7 years ago
parent
commit
101fc58418
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Web/WebSPA/Client/modules/app.module.ts

+ 1
- 1
src/Web/WebSPA/Client/modules/app.module.ts View File

@ -2,7 +2,7 @@ import { NgModule, NgModuleFactoryLoader } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
// import { FormsModule } from '@angular/forms';
import { HttpModule } from '@angular/http';
import { RouterModule } from '@angular/Router';
import { RouterModule } from '@angular/router';
import { routing } from './app.routes';
import { AppService } from './app.service';


Loading…
Cancel
Save