A simple tutorial & example on how to setup alert / toaster notification messages in Angular 10 with Bootstrap
Published: July 15 2020
Last updated: October 17 2020
This is a quick example of how to send an email in ASP.NET Core 3.1 using the MailKit email client library.
This is a quick example of how to implement a required checkbox field in Angular with Reactive Forms.
A Custom JWT Authentication Example built with Angular 10
How to implement validation in Angular 10 using Reactive Forms. Includes an example registration form that validates on submit, a custom validator for matching password & confirm password fields, date validation and a required checkbox.
Published: July 06 2020
Last updated: May 10 2021
How to build a boilerplate authentication API with ASP.NET Core 3.1 that includes email sign up & verification, authentication & role based authorization, forgot password & reset password functionality, account management (CRUD) routes with role based access control, and Swagger documentation.
An example of backendless development with Angular 9 using an HTTP Interceptor, includes "pass through" to real backend for unmocked URLs.
How to communicate between components in Angular 10 using the RxJS Observable and Subject classes
Published: June 17 2020
Last updated: July 02 2020
How to implement JWT authentication with refresh tokens in an Node.js + MongoDB API. Includes example client app built with Angular.
Simple step by step guide on how to create and publish an Angular component to the npm package registry.