Featured
-
No Featured Found!
Tags
Issue while Fetching Data from Firebase on Mat Table
i'm not able to fetch data from firebase on mat table
from component ts
getAllStudent() {
this.service.getAllStudent().subscribe((data: any)=>{
console.log(data.payload)
this.students = data.map((e: { payload: { doc:...
Tabs in Angular Nativescript
I had two tabs as follows.
<TabStriphighlightColor="#FFFFFF"class="tabStrip"unSelectedItemColor="#D0D2D4"selectedItemColor="#FFFFFF">
<TabStripItem>
<Label[text]='tabManualMsgTxt|translate'class="activeTab"></Label...