官术网_书友最值得收藏!

Component encapsulation

Angular components need more explicit configuration and some (in some cases confusing) characters in the template. You can put the template in a separate file, or for simpler components, you can include the template inline:

/* product-list.component.ts */
@Component({
    selector: 'product-list',
    template: `<p><product-detail *ngFor="let thing of things" [product]="product" /></p>`
})
export class ProductList {
    public products: Product[];
}
主站蜘蛛池模板: 陵川县| 南和县| 吉首市| 吴江市| 游戏| 运城市| 县级市| 临汾市| 东港市| 休宁县| 鹰潭市| 金秀| 吴堡县| 虞城县| 紫云| 周宁县| 高邑县| 沈丘县| 察哈| 横峰县| 延庆县| 巴南区| 门头沟区| 神农架林区| 汝城县| 乐东| 翼城县| 沂水县| 九龙坡区| 镇宁| 社会| 呼和浩特市| 奉新县| 金堂县| 金沙县| 武山县| 天柱县| 米易县| 昌乐县| 边坝县| 那曲县|