书栈网 · BookStack 本次搜索耗时 0.039 秒,为您找到 1325 个相关结果.
  • 组件

    组件 依赖注入 最后一步 组件 几乎所有的事物都是一个组件 Service ,Repository ,Factory ,Helper ,可以通过构造函数将一个组件注入控制器或者另一个组件中。 在上一章中,我们已经构建了一个简单的控制器 CatsController 。 控制器应该只处理HTTP请求并将更复杂的任务委托给组件。 这些组件是一...
  • 模块

    模块 功能模块 共享模块 模块导出 依赖注入 全局模块 动态模块 译者署名 模块 模块是具有 @Module() 装饰器的类。 @Module() 装饰器提供了元数据,Nest 用它来组织应用程序结构。 每个 Nest 应用程序至少有一个模块,即根模块。根模块是 Nest 开始安排应用程序树的地方。事实上,根模块可能是应用程序...
  • Modules

    Modules Feature modules Shared modules Official enterprise support Module re-exporting Dependency injection Global modules Dynamic modules Modules A module is a class an...
  • Lifecycle events

    Lifecycle Events Lifecycle sequence Lifecycle events Usage Asynchronous initialization Application shutdown Lifecycle Events A Nest application, as well as every applicati...
  • 基本原理

    自定义提供者 依赖注入 标准提供者 自定义提供者 值提供者 (useValue) 类提供者 (useClass) 工厂提供者 (useFactory) 别名提供者 (useExisting) 非服务提供者 导出自定义提供者 异步提供者 注入 实例 动态模块 简介 动态模块实例 配置模块示例 模块配置 实例 作用域 使用 ...
  • Modules

    Modules Feature modules Shared modules Module re-exporting Dependency injection Global modules Dynamic modules Modules A module is a class annotated with a @Module() dec...
  • Circular dependency

    Circular dependency Forward reference ModuleRef class alternative Module forward reference Circular dependency A circular dependency occurs when two classes depend on each ot...
  • Model-View-Controller

    Model-View-Controller Template rendering Dynamic template rendering Example Fastify Example Model-View-Controller Nest, by default, makes use of the Express library under...
  • Model-View-Controller

    Model-View-Controller Template rendering Dynamic template rendering Example Fastify Example Model-View-Controller Nest, by default, makes use of the Express library under ...
  • 介绍

    介绍 原理 安装 相关推荐 译者署名 介绍 Nest是构建高效,可扩展的 Node.js Web 应用程序的框架。 它使用现代的 JavaScript 或 TypeScript(保留与纯 JavaScript 的兼容性),并结合 OOP(面向对象编程),FP(函数式编程)和FRP(函数响应式编程)的元素。在底层,Nest 使用了 Expre...