moved config to seperate module

This commit is contained in:
alecmerdler 2017-02-19 18:35:46 -08:00 committed by Joseph Schorr
parent b1516193a5
commit c86b09e26e
3 changed files with 135 additions and 92 deletions

View file

@ -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 {
}