by Unimedia | Mar 7, 2021 | Stripe, Technical Guides
In this article, We are going to discuss about how to implement a stripe checkout page using Stripe Elements instead of Stripe Checkout. When to use them, How to use them & Which use cases are suitable for different requirements. This article contains, Code with...
by Unimedia | Jan 19, 2021 | Angular, Technical Guides
Today we are going to learn how to introduce on using REDUX State management in an Angular Web Application with the NGRX library REDUX equivalent for Angular is NGRX. We will see each building blocks of NGRX step by step Source: https://ngrx.io/ Store The Store is a...
by Unimedia | Dec 12, 2020 | Angular, AWS, Technical Guides
This article is about how to implement Authentication in an Angular ausing AWS amplify within a very short period of time. So, as we saw in previous article, AWS Amplify is a set of tools and services that enables mobile and front-end web developers to build secure,...
by Unimedia | Nov 27, 2020 | Angular, AWS, Technical Guides
This article is to explain how to build a real time application very rapidly using AWS Amplify with Angular. What is AWS Amplify? From their website: AWS Amplify is a set of tools and services that enables mobile and front-end web developers to build secure, scalable...
by Unimedia | Oct 19, 2020 | Angular, Technical Guides
Welcome Unimedia’s technical posts series. This time around we’ve done a comparison between Angular and React for our readers. What is Angular? Angular is an application design framework and development platform for creating efficient and...
by Unimedia | Sep 27, 2020 | Angular, Technical Guides
In this article, we are going to learn how to integrate “Checkout with Stripe” in latest version of Angular(currently 10.1.4) What is Stripe? Stripe is software and APIs to accept payments, send payouts, and manage their businesses online Goal We are going to...