Merge remote-tracking branch 'origin/master'

# Conflicts:
#	src/app/app.component.html
#	src/app/app.component.ts
#	src/app/app.module.ts
#	src/app/modules/dyn-form/dyn-form.module.ts
This commit is contained in:
Sebastian Seedorf
2017-05-30 09:20:34 +02:00
12 changed files with 346 additions and 263 deletions

View File

@@ -1,8 +1,8 @@
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import {NgModule} from '@angular/core';
import {BrowserModule} from '@angular/platform-browser';
import { AppComponent } from './app.component';
import { DynFormModule } from './modules/dyn-form/dyn-form.module';
import {AppComponent} from './app.component';
import {DynFormModule} from './modules/dyn-form/dyn-form.module';
import {HttpCachedService} from './services/http-cached.service';
import {HttpModule} from '@angular/http';