moved config to seperate module
This commit is contained in:
parent
b1516193a5
commit
c86b09e26e
3 changed files with 135 additions and 92 deletions
|
@ -0,0 +1,10 @@
|
|||
import { Component, Output, Input } from 'angular-ts-decorators';
|
||||
|
||||
|
||||
@Component({
|
||||
selector: 'linearWorkflow',
|
||||
templateUrl: '/static/js/directives/ui/linear-workflow/linear-workflow.component.html'
|
||||
})
|
||||
export class LinearWorkflowComponent implements ng.IComponentController {
|
||||
|
||||
}
|
Reference in a new issue