Skip to main content

19 docs tagged with "nestjs"

View all tags

Controllers

Hiểu rõ về Controllers - xử lý HTTP requests và trả về responses

Custom Decorators

Tìm hiểu về Custom Decorators - tạo decorator riêng cho ứng dụng

Custom Providers

Tìm hiểu về Custom Providers - tạo providers với cấu hình tùy chỉnh

Dynamic Modules

Tìm hiểu về Dynamic Modules - tạo modules có configuration động

Exception Filters

Tìm hiểu về Exception Filters - xử lý và quản lý exceptions trong NestJS

Execution Context

Tìm hiểu về Execution Context - truy cập thông tin về request hiện tại

Guards

Tìm hiểu về Guards - kiểm tra authorization và authentication

Injection Scopes

Tìm hiểu về Injection Scopes - kiểm soát vòng đời của providers

Interceptors

Tìm hiểu về Interceptors - xử lý request/response trước và sau handler

Lifecycle Events

Tìm hiểu về Lifecycle Events - xử lý các sự kiện trong vòng đời ứng dụng

Middleware

Tìm hiểu về Middleware - xử lý request/response ở các middleware layer

Module Reference

Tìm hiểu về Module Reference - truy cập providers từ các modules khác

Modules

Hiểu rõ về Module - khối xây dựng cơ bản trong NestJS

Pipes

Tìm hiểu về Pipes - validation và transformation của data

Providers

Tìm hiểu chi tiết về Providers - khái niệm quan trọng về Dependency Injection

Testing trong NestJS

Tìm hiểu về Testing - unit tests, integration tests, e2e tests trong NestJS