Project

General

Profile

« Previous | Next » 

Revision 50290

forms array view works!

View differences:

sources-update-repo.component.ts
15 15
  updateDatasource : Type<any> = UpdateDatasourceInterfaceFormComponent;
16 16

  
17 17
  constructor(private fb: FormBuilder) {
18
    this.group = fb.group({});
19 18
  }
20 19

  
21 20
  // use for the other tab
......
23 22
  // datasourceForm : UpdateDatasourceInterfaceFormComponent;
24 23

  
25 24
  ngOnInit() {
25
    this.group = this.fb.group({});
26 26
    // console.log("DATASOURCE",this.datasourceForm);
27 27
  }
28 28

  

Also available in: Unified diff