Angular-从指令添加组件

时间:2018-11-06 17:17:14

标签: angular angular-material angular-directive

我有很多这样的片段:

<mat-form-field>
  <mat-label>Name</mat-label>
  <input matInput formControlName="name" />
  <mat-error>{{ form.controls['name'].errors | errorMessage }}</mat-error>
</mat-form-field>

由于mat-error行太冗长,是否可以自动添加(使用inputmat-form-field的指令)?如果是这样,该方法将是什么?我一直在玩ViewContainerRefComponentFactoryResolver,在这种情况下没有有用的结果...

0 个答案:

没有答案