In this tutorial, we are going to cover a very simple example on how to add authentication to Angular 7 app using Asp.Net Core 3 application in visual studio 2019. Asp.Net Core 3 offers authentication in single page application using the support of Asp.Net Core Identity. So, in this tutorial, we will create an Angular 7 app with authentication using Asp.Net Core 3 and then we will see how it works.
[Read more…]How to add two factor authentication (2fa) in angular 7 using firebase
In this tutorial, we are going to cover Two Factor Authentication ( 2fa ) in Angular 7 using Firebase. Firebase is a mobile and web app development platform that provide us lots of tools and services to help us develop high quality mobile and web applications. But now in this tutorial, we will use Phone Authentication service to add two factor authentication in angular 7 application.
Virtual Scrolling and Drag and Drop in Angular 7 (Angular Latest Version)
In this tutorial, we are going to learn two new features of Angular 7( angular latest version ). The one is Virtual Scrolling and the second one is Drag and Drop. These are two main features of Angular CDK and now available for Angular 7. So, first-of-all, we will discuss Virtual Scrolling with simple example and then we will discuss about Drag and Drop feature with simple example. [Read more…]
How to upgrade Angular 6 App to Angular 7 in Visual Studio Code
In this tutorial, we are going to learn how to upgrade angular 6 app to Angular 7 application. And moreover, in this tutorial, we will also discuss some angular 7 features. So, first-of-all, we will discuss some core features of angular 7 and then finally, we will upgrade angular 6 app to angular 7 application
How to Create an Angular 7 and Asp Net Core app using Visual Studio 2017
In this tutorial, we are going learn how to create a project with Angular 7 and Asp.Net Core 2.0 using visual studio 2017. We will use Angular project template(Single page project templates) to create a new project.