Overview Now we have the API ready, it’s time to create the UI. CRUD Wallet Let’s first create a service to talk to the API about wallets. We also need […]
Test the Auth0 Access Token
Overview In the first two posts (integrating Auth0 with Angular and integrating Auth0 with Spring Boot) we have integrated Auth0 with both frontend and back end app. In this post, […]
Integrate Auth0 with angular
Overview In this post, I’m going to show you how to create an Angular app and integrate it with Auth0. Why Auth0? It’s a service that lets us quickly handle […]
Sending Map from Angular to Spring Boot Backend
Overview Recently, I needed to add a feature to my gotkey.io application that lets user stores key-value pairs for their product. The sensible data structure to use in this case […]
How To Configure Angular With Keycloak
This post shows you how to integrate angular with keycloak. We cover Angular 14 and Keycloak 12.0.4
Passing Data From API Between Components in Angular
When developing single-page applications, one of the most common patterns you encounter is cross-component communication. One specific case I recently had to deal with is this: the page has two […]