In angular, which container that can be used to group nodes but is not rendered in the dom
tree :
Loading
In angular, which container that can be used to group nodes but is not rendered in the dom
tree :
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal JoshiPosted Oct 3, 2022, 5:30 AM
The ng-container element is a logical construct that is used to group other DOM elements; however, the ng-container itself is not rendered in the DOM tree.