angular

How to upgrade Ionic Angular v8 to v9 with all the errors I got along the way

How I upgraded my Ionic app from v8 to v9 with all the errors I got along the way

Read
Tech

Using Bootstrap 4 variables in Angular

I had a project where I need to use Bootstrap 4 in an Angular project. I need to use variables from Bootstrap 4 to make my components consistent with other parts of the app and I just want to share to the world how I did it. This is no way the best approach or practice to tackle this problem and if you think you have a better idea, please let me know.

Read
Tech

Angular - Display Current Location Using Google Map

In this blog post, I'm going to show you how to display your current location with google map. I'm going to use ...

Read