#Function not enables menus
13 messages · Page 1 of 1 (latest)
first there is some asynchronious logic inside your function
your function will exit before tetoService has completed
never good to mix both
what is the change detection strategy of your component?
can you show me the @component decorator?
and the best will be to have the entire component with its html
but the best would be to return an observable and use the async pipe inside the template
that way, when your http call return, it will update the list and the template will get notified and refresh the view.
can you show the code of how you show/hide the 'Inbox' item?
HI amd_ads if you want to explaint this in portuguese go to voice chanel 2