@Tubiss wrote:
ı pushed the item like this.
FirstPageopenPage(item:any){ this.navCtrl.push('SecondPage', { item: item });SecondPage
ı can push item
this.page1 = navParams.get('page1');everything is okey until this.
*ngIf=“person.unit_id==item.id”
ı can pull item only which ı send. But in the html is not looking fine .
To sum up ; my problem is that ı dont want to pull all database ; ı just want to pull only ı clicked.
please help me
Posts: 1
Participants: 1