Posts by Murilo • 13 points
4 posts
- 
		-1 votes2 answers89 viewsA: Angular Storage get Return UndefinedWhen you use Storage.get, it already validates for you whether it exists or not, not needing to validate whether it is set or not. Try: this.storage.get('X-Access-Token').then((token) => { return… 
- 
		0 votes1 answer78 viewsQ: Change sidemenu items in Ionic 5I am migrating a project from Ionic 3.2 to 5.14, and am having difficulties to use observables instead of Events. In the original code, after the user logged in, I changed the name and image of the… 
- 
		0 votes1 answer188 viewsQ: How to pass a second parameter using . htaccess to php code?I’m writing my api using . htaccess-friendly urls to do the redirects. When I need to pass a second parameter, I’m having problems My file . htaccesss is like this: RewriteEngine on RewriteCond… 
- 
		1 votes1 answer448 viewsQ: Ionic 2, Http request only works after second callI created an application sidemenu and a provider (conexao-home.ts). On a test page I created the function buscarUsuarios (associated with a button), calling the function getRemoteUsers in the…