Multiple ng-content

后端 未结 4 451
庸人自扰
庸人自扰 2020-12-12 16:44

I am trying to build a custom component using multiple ng-content in Angular 6, but this is not working and I have no idea why.

This is my component code

4条回答
  •  天命终不由人
    2020-12-12 17:26

    alternatively you can use:

    app.comp.html

    
        
    This should be rendered in header selection of ng-content
    This should be rendered in body selection of ng-content

    child.comp.html

提交回复
热议问题