UNPKG

generator-loom

Version:
18 lines (15 loc) 385 B
<% if (directory) { %> import { FuseUtils } from '../../../../../core/fuseUtils'; <% } else { %> import { FuseUtils } from '../../../../core/fuseUtils'; <% } %> export class <%= Page %> { id: string; name: string; constructor(contact) { { this.id = contact.id || FuseUtils.generateGUID(); this.name = contact.name || ''; } } }