build: Configure AOT (#394)

* build: Configure AOT

* build: Fix appveyor ENV settings
This commit is contained in:
Róbert Kiss
2017-08-26 00:56:28 +02:00
committed by László Monda
parent 015d110c2b
commit be3e116130
9 changed files with 1968 additions and 8049 deletions

View File

@@ -36,7 +36,7 @@ export class KeymapEditComponent {
keyboardSplit: boolean;
deletable$: Observable<boolean>;
protected keymap$: Observable<Keymap>;
keymap$: Observable<Keymap>;
constructor(protected store: Store<AppState>,
route: ActivatedRoute) {