This is an Angular 5 Application to demonstrate implementation of User Registration / Sign Up Form With ASP.NET Identity
Contents :
- Design Sign Up form in Angular 5 with Materialize CSS
- Form Validation
- Implemented ASP.NET Identity in Empty Web API Project
- Customization of ASP.NET Identity
- Enable CORS in Web API
- How to Use HttpClient in Angular 5 Application
$ git clone https://github.com/CodAffection/User-Registration-in-Angular-5-With-Web-API.git
$ cd User-Registration-in-Angular-5-With-Web-API/Angular5
$ npm install
//run the app
$ ng serve
//update Web API DB connection string
๐ Article on this topic
Url : https://goo.gl/55LxC6
๐บ Video tutorial on this same topic
Url : https://youtu.be/h85_GT62K6A
| ๐ | List of Tutorials | ๐ฐ | Support Us | |
|---|---|---|---|---|
| Angular | http://bit.ly/2KQN9xF | Paypal | https://goo.gl/bPcyXW | |
| Asp.Net Core | http://bit.ly/30fPDMg | Amazon Affiliate | https://geni.us/JDzpE | |
| React | http://bit.ly/325temF | |||
| Python | http://bit.ly/2ws4utg | ๐ | Follow Us | |
| Node.js | https://goo.gl/viJcFs | Website | http://www.codaffection.com | |
| Asp.Net MVC | https://goo.gl/gvjUJ7 | YouTube | https://www.youtube.com/codaffection | |
| Flutter | https://bit.ly/3ggmmJz | https://www.facebook.com/codaffection | ||
| Web API | https://goo.gl/itVayJ | https://twitter.com/CodAffection | ||
| MEAN Stack | https://goo.gl/YJPPAH | |||
| C# Tutorial | https://goo.gl/s1zJxo | |||
| Asp.Net WebForm | https://goo.gl/GXC2aJ | |||
| C# WinForm | https://goo.gl/vHS9Hd | |||
| MS SQL | https://goo.gl/MLYS9e | |||
| Crystal Report | https://goo.gl/5Vou7t | |||
| CG Exercises in C Program | https://goo.gl/qEWJCs |
