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

Popular posts from this blog

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -

python - Error while using APScheduler: 'NoneType' object has no attribute 'now' -