angular
qq_35501580
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Angular @ViewChild @ViewChildren @ContentChild @ContentChildren 之间的区别
Angular @ViewChild @ViewChildren @ContentChild @ContentChildren 之间的区别 1.何时使用ViewChild和ViewChildren 当在写一个组件时,如果明确template中把其他组件放置上去,这个时候就可以使用@ViewChild(XXXComponent) componet:Componet 或者 @ViewChildr...原创 2018-08-08 15:57:25 · 959 阅读 · 0 评论 -
Angular中的ng-template
Angular中的ng-template ng-template 是用来定义模板的,当使用ng-template定义好一个模板之后,可以用ng-container和templateOutlet指令来进行使用。 <ng-template #loading> <button (click)="login()">login</button> <bu...原创 2018-08-08 16:00:56 · 1580 阅读 · 0 评论
分享