Angular自学笔记(?)ContentChild和ContentChildren
生活随笔
收集整理的這篇文章主要介紹了
Angular自学笔记(?)ContentChild和ContentChildren
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
ContentChild
用法類似ViewChild, 獲取投影中到組件或指令還有元素dom等
獲取投影中但組件
import {AfterViewInit, Component, ElementRef, OnInit, ViewChild} from '@angular/core';@Component({selector: 'app-content-child-panel',templateUrl總結
以上是生活随笔為你收集整理的Angular自学笔记(?)ContentChild和ContentChildren的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Angular自学笔记(?)ViewCh
- 下一篇: Angular自学笔记(?)属性型指令