Angular 13 complete tutorial with CURD operations ( Reactive forms + bootstrap + .NET CORE Web API)



https://i.ytimg.com/vi/DnVRlQBprBs/hqdefault.jpg



#angular #angular13 #AngularCRUD

Angular 13 tutorial – playlist URL
==================================

.NET CORE Web API Tutorial
=================================================

Source code
============
https://github.com/nihira2020/project5

This video explain Angular 13 complete feature – installation to deployment

Topics covered
===================

1, Angular Introduction
2, Setup & Installation
3, Angular CLI Commands
4, Create First Application
5, Add Bootstrap
6, Generate required components
7, Implement routing
8, Consume the external service
9, Reactive Form & Validation
10, Authentication
11, Deployment in IIS Server

Installation & Setup
=====================
1, Install Node JS.
https://nodejs.org/en/download/

2, Install Angular CLI
https://angular.io/
npm install -g @angular/cli

3, Install Visual studio code
https://code.visualstudio.com/download

Important Links
================
https://angular.io/cli – official angular website

Original source


11 responses to “Angular 13 complete tutorial with CURD operations ( Reactive forms + bootstrap + .NET CORE Web API)”

  1. I'm not able to edit the data by clicking edit button… I have followed every steps and even checked your source code too… everything thing is okay. Still not able submit the edited data. Please help

  2. Hi bro, I met the problem when follow your tutorial, error NG8001: 'router-oulet' is not a known element, I also check official docs and stackoverflow,… but cant solve it. Can you give me some solutions to fix it, tks!

Leave a Reply