简体   繁体   中英

can't get the data in app.component Ionic / Angular

I try to make a mobile application using Ionic with angular: and this application has a login page that the employee will enter his information and after he login, I will get that information to show it in the side menu in the next page but the problem is I can't get this information because the side menu page is the app.component that means the application will load the app.component first after that it will load the other pages in my case, I will show information before I load it from the data base

You can use Observbles for subscribe changes. I think is better to have Subject<string> and subscribe that. in login you can Next that, in this solution in all of your app, you can refresh data.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM