angular2 forms - How to add PrimeNG accordion tab dynamically -
how add primeng accordiontab dynamically angular2 application ?
content 1
.ts
public addtab(){ let temp = new accordiontab(this.ref); //this not refresh ui }enter code here
the total number of tabs depends on user input , need add them program dynamically. ? suggestions ??
Comments
Post a Comment