working on ManageTriggerGithostComponent
This commit is contained in:
parent
39c18eb216
commit
14222be9fe
7 changed files with 554 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Reference in a new issue