This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/js/directives/ui/linear-workflow/linear-workflow.component.ts

11 lines
280 B
TypeScript
Raw Normal View History

2017-02-20 02:35:46 +00:00
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 {
}