我正在使用具有动态值的ngTemplateOutlet。 <ng-container *ngFor="let part of objectKeys(config);"> <ng-container *ngIf="config[part]"> <ng-container ...
確定! 回上一頁