import { Component } from "@angular/core"; @Component({ selector: "form-menu", styleUrls: ["./app.common.css"], template: ` {{#each collections}} {{#xif "this.view == 'form' "}} {{/xif}} {{/each}} ` }) export class FormMenu { }