Posts for November 2022

Published:

npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs

The reason for the npm warning about @npmcli/move-file being deprecated
Published:

Angular 14 - Fake Backend API to Intercept HTTP Requests in Development

A custom fake backend API that intercepts HTTP requests in Angular 14 and returns mock responses to enable front-end development without a real backend API
Published:

Angular 14 - User Registration and Login Example & Tutorial

Tutorial with example of how to implement user registration, login and CRUD functionality with Angular 14.
Published:
Last updated:

.NET 6.0 - Apply Authorize Attribute to All Controllers

How to quickly apply the Authorize Attribute to all controllers by default in .NET 6.0
Published:

Angular CLI - Auto launch browser on localhost after app start with ng serve

How to automatically open the browser on localhost after starting an app with Angular CLI
Published:

Angular - Detect Route Change (Location Change) Event in Angular

How to detect and execute code on route change (location change) in an Angular component
Published:

Angular 14 - Alert (Toaster) Notifications Tutorial & Example

A simple tutorial & example on how to setup alert / toaster notification messages in Angular 14 with Bootstrap
Published:

.NET 6.0 - Connect to InMemory Database with Entity Framework Core

This post shows how to connect a .NET 6 API to an InMemory database for testing with Entity Framework Core.
Published:

Angular + Node.js - Connect an Angular App to a Node.js API

This is a quick post to show how to connect an Angular front-end app to a Node.js + Express 4 back-end API.
Published:
Last updated:

Angular 14 - Reactive Forms Validation Example

How to implement validation in Angular 14 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:

Angular + .NET - Connect an Angular App to a .NET API

This is a quick post to show how to connect an Angular front-end app to a .NET back-end API.
Published:

Angular 14 - Communicating Between Components with RxJS Observable & Subject

How to communicate between components in Angular 14 using the RxJS Observable and Subject classes
Published:

Angular 14 - JWT Authentication Example & Tutorial

A Custom JWT Authentication Example built with Angular 14
Published:

Angular - Fix for Argument of type 'string | null' is not assignable to parameter of type 'string'

Fix for Angular / TypeScript error when passing a possibly null value to a function that accepts a string
Published:

Angular CLI - Install or Update the latest version of Angular CLI

This is a super quick post to show how to install or update the latest version of Angular CLI globally on your machine.
Published:

Angular - HTTP Request Error Handling with the HttpClient

A quick tutorial on how to handle errors when sending HTTP requests from Angular to an API using the HTTP client service (HttpClient).
Supported by