Using Namecheap as example, we will deploy an Angular Universal server side code app to a shared hosting.
Fix android emulator HV_ERROR that triggers “The emulator process for AVD was killed” problem.
I got this horrible “ReferenceError: capacitorExports is not defined” error while running the tests in my Ionic/Angular/Capacitor project after adding a new Plugin. For luck I was able to find a workaround this problem and keep the test running.
But I already linked my Firebase project to your Play Developer Console account! Why does this problem happens I can not tell you, but I can tell you how to fix “The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console” errors when you know everything is correctly configured
I had the brilliant idea to enable Safe Mode in my PC using msconfig.exe -> boot -> safe mode option. It didn’t go well. I Was kicked out from my account because it is an ONLINE account and of course I wasn’t able to disable Safe Mode. After a lot of time searching “Windows 10 does not recognize my password“
Stop messing with your console.log lines when using a wrapper logger function. Improve your debugging tools and add correct prefixes!
Is a litte bit tricky to know how to test a service constructor with Jasmine / Karma in an Angular App but no imposible!
Sweet sweet Karma why you do not let me see the Jasmine Debug reporter without this workaround?
You have probably been in this situation. You need to animate some element position based on other elements using inside and it does no work. Internet Explorer has several bugs quirks and the inability of use CALC inside TRANSFORM a is one of them.
Ionic livereload option is great but there are special situations when you need to detect when an Ionic App is running on device with the livereload flag. For example when you need to fetch data from a REST API and you have to use a PROXY so you do not get any Access-Control-Allow-Origin error.