In this article, you learn how to provide an API for feature modules to customize some parts of an application shell. You learn about Injection Tokens and Component Outlets and we introduce a new concept: Extension modules. Those 3 pillars together enable you to build a sophisticated extension API.
In this post, I explain how to protect your whole application with a guard against unauthorized access and mostly how to disable the guard for specific controllers and routes.
In this post, I describe a way to set up your development environment that enables you to write more integration tests for Nestjs applications that use MongoDB.
Impersonation is the ability of users to act as other users. In this post, we present one approach to implement impersonation and we illustrate principles with code from Nestjs.
Developer experience is my focus.