what’s a common thing’s keep in mind, before doing online transaction.
Make sure about the on the transaction redirection page is “https” or not. Do not save your card detail on google chrome or any other browser. Do not share otp […]
#Helping Others
Make sure about the on the transaction redirection page is “https” or not. Do not save your card detail on google chrome or any other browser. Do not share otp […]
Basically , most of user want to learn python language , If you want to excute python program in android devices . Let’s Follow my steps First you can go […]
Ionic framework is used to develop hybrid app. we can make ios, android and windows app at a same time. what are the features of ionic framework?1. we can use […]
NVM is a “node version manager”, which is mostly used to manage node version. if ubuntu has no nvm package. it throw an error on terminal i.e nvm command not […]
The ngrok is a tool to access local URL to the public domain. If a project is running on localhost and you want to share the localhost result on the […]
Introduction: What is Heroku: Heroku is a cloud platform as a service (PaaS). It supports several programming languages. On Heroku, a developer can build, run, and operate applications entirely in […]
There are three steps to set up a lazy loading feature in Angular. Create a feature module. Create the routing module for the feature module. The configuration of the routes. […]
There are three steps to set up the development environment.Step: 1Install Node.js and npm from the following link https://nodejs.org/en/download/ Verify your Node.js version. It should be Node.js version 8.x or […]
Module: A module in Angular refers to a place where you can group the components, directives, pipes, and services, which are related to the application. @NgModule: Angular is modular and Angular […]
Introduction: You can create a component in angular on the fly, isn’t it amazing, yes it is. Let me explain it by an example. Suppose that you want to create […]