... following example: [app.component.ts] import { Component, ViewChild } from ... template: ` <h2>Content Header</h2><p *ngIf="flag">Toggleable Content</p> ...
確定! 回上一頁