UNPKG

@tibco-tcstk/component-template

Version:

TIBCO Cloud Composer Component to create Schematics in your TIBCO Cloud Application

9 lines (6 loc) 270 B
import {Rule} from '@angular-devkit/schematics'; import {formChain} from "../schematic-utils/schematic-util-wrapper"; export default function (options: any): Rule { // Call the form chain function to create the generic chain return formChain(options, 'action'); }