I have a component: I am currently displaying the data I receive inside a swiper in the HTML template with no problems: However, I now want to display the part above only after items have been loaded. And display something else (a loading indicator) while it loads. So I am planning something like this: My only problem is that I
Tag: angularfire
Ionic pass in variable into library to Initialize firebase with
The solution consists of One Ionic Solution One Library called CoreLib Problem Initialize the firebase module inside the CoreLib with an injected variable from the ionic solution. I can pass in a variable to the CoreLib library from the ionic solution no problem. Issue is, the AngularFireModule.initializeApp gets called before the injected variable can be used. Any idea if its
Angular Firebase (AngularFire) CRUD SHOW and EDIT pages?
To learn AngularFire I’m trying to build a simple CRUD app. The INDEX and NEW pages went smoothly but I’m stuck on the SHOW and EDIT pages. I can’t get a selected record to display on the SHOW page. With MongoDB and Angular it’s easy to make the SHOW page. On the INDEX page you put in an anchor link