Extends FormGroup and handling subscription inside

后端 未结 0 1191
粉色の甜心
粉色の甜心 2020-12-15 20:02

I normally create my forms this way:

export class ModelXFormGroup extends FormGroup {
  constructor() {
    super({
      property1: new FormControl()
    });         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题