UNPKG

generator-loom

Version:
20 lines (17 loc) 494 B
<% if (directory) { %> import { FuseUtils } from '../../../../../core/fuseUtils'; <% } else { %> import { FuseUtils } from '../../../../core/fuseUtils'; <% } %> export class <%= Page %> { <% for(var i=0; i<tableCols.length; i++) { %> <%= tableCols[i] %>: string; <% } %> constructor(<%= page %>) { { <% for(var i=0; i<tableCols.length; i++) { %> this.<%= tableCols[i] %> = <%= page %>.<%= tableCols[i] %> || ''; <% } %> } } }