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:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user