fix tslint and package.json + build-all script

This commit is contained in:
Mario Romano
2016-08-11 16:30:36 +01:00
parent 7300f403c4
commit b6626e1c20
22 changed files with 99 additions and 60 deletions

View File

@@ -33,10 +33,10 @@ declare var componentHandler;
})
export class FormViewer implements OnInit, OnDestroy, AfterViewChecked {
private sub: Subscription;
taskId: string;
private sub: Subscription;
constructor(private formService: FormService,
private route: ActivatedRoute,
private router: Router) {