javascript - firebase: pass data from provider to page -


i have provider courses-data.ts , have functions called getcourse(department:id:any). data firebase , want pass coursesa array in courses-page.ts , don't know how that. that's photo enter image description here

i want pass left side (courses-data.ts) right side(courses-page.ts). guess wrong code.

that's firebase structure enter image description here

i'm trying pass child of each courses(java , math) array.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -