renaming config-serializer upper camel case file names to dash case (#320)

* renaming: config-serializer upper camel case file names to dash case (closes #305)

* fix: remove then add same source with lowercase

* fix: d.ts file with lowercase
This commit is contained in:
Attila Csanyi
2017-06-27 09:41:07 +02:00
committed by László Monda
parent 121807a65a
commit 22a59160fb
64 changed files with 122 additions and 123 deletions

View File

@@ -10,7 +10,7 @@ import 'rxjs/add/operator/takeWhile';
import { AppState } from '../shared/store';
import { getUserConfiguration } from '../shared/store/reducers/user-configuration';
import { UhkBuffer } from '../shared/config-serializer/UhkBuffer';
import { UhkBuffer } from '../shared/config-serializer/uhk-buffer';
import { UhkDeviceService } from '../services/uhk-device.service';