working on ManageTriggerGithostComponent

This commit is contained in:
alecmerdler 2017-02-18 01:45:00 -08:00 committed by Joseph Schorr
parent 39c18eb216
commit 14222be9fe
7 changed files with 554 additions and 2 deletions

View file

@ -12,7 +12,7 @@ export class ManageTriggerCustomGitComponent implements ng.IComponentController
// FIXME: Use one-way data binding
@Input('=') public trigger: {config: any};
@Output() public activateTrigger: any;
@Output() public activateTrigger: (trigger: {config: any}) => void;
private config: any = {};
private currentState: any | null;