ng-container 的作用:
通常意义来讲,在<div>11<div> 的外层再套上一层标签,渲染的时候也会多一层 。
但是ng-container 在渲染的时候没有这一层。加了相当于没加。但是它却能把里面的东西括起来,还能加上formGroupName 属性
<ng-container formGroupName="age">
<div>11<div>
</ng-container>