书栈网 · BookStack 本次搜索耗时 0.034 秒,为您找到 3178 个相关结果.
  • Compodoc

    Documentation Setup Generation Contribute Documentation Compodoc is a documentation tool for Angular applications. Since Nest and Angular share similar project and code stru...
  • Input输入框

    Input输入框 何时使用 代码演示 API 单独引入此组件 [nz-input]directive nz-input-groupcomponent Input输入框 通过鼠标或键盘输入内容,是最基础的表单域的包装。 何时使用 需要用户输入表单域内容时。 提供组合型输入框,带搜索的输入框,还可以进行大小选择。 代码演示 ...
  • Using Observables

    Using Observables Using Observables Let's take a look at a basic example of how to create and use an Observable in an Angular component: import { Component } from '@angul...
  • Testing Services

    Testing Services Testing Services When testing services in Angular we employ many of the same techniques and strategies used for testing components. Services, like components, ...
  • Collapse折叠面板

    Collapse折叠面板 何时使用 ">代码演示 API nz-collapsecomponent nz-collapse-panelcomponent Collapse折叠面板 可以折叠/展开的内容区域。 何时使用 对复杂区域进行分组和隐藏,保持页面的整洁。 手风琴 是一种特殊的折叠面板,只允许单个内容区域展开。 import...
  • Tooltip文字提示

    Tooltip文字提示 何时使用 代码演示 API [nz-tooltip]directive 共同的 API 注意 Tooltip文字提示 简单的文字提示气泡框。 何时使用 鼠标移入则显示提示,移出消失,气泡浮层不承载复杂文本和操作。 可用来代替系统默认的 title 提示,提供一个按钮/文字/操作 的文案解释。 impor...
  • Skeleton加载占位图

    Skeleton加载占位图 何时使用 单独引入此组件 代码演示 API nz-skeletoncomponent NzSkeletonAvatar NzSkeletonTitle NzSkeletonParagraph Skeleton加载占位图 在需要等待加载内容的位置提供一个占位图。 何时使用 网络较慢,需要长时间等待加载...
  • 相关资料

    相关资料 相关资源 使用 NestJS 的项目 常用库 集成 运行 相关资料 相关资源 官方资源 官方网站 官方文档 API 参考 GitHub Repo 文档 中文文档 社区 Gitter Discord Telegram (社区维护) Telegram (俄罗斯社区) Slack (韩语社区)...
  • Steps步骤条

    Steps步骤条 何时使用 单独引入此组件 代码演示 API nz-stepscomponent nz-stepcomponent Steps步骤条 引导用户按照流程完成任务的导航条。 何时使用 当任务复杂或者存在先后关系时,将其分解成一系列步骤,从而简化任务。 单独引入此组件 想要了解更多关于单独引入组件的内容,可以在快速上...
  • 参数装饰器

    参数装饰器 参数装饰器 function logPosition ( target : any , propertyKey : string , parameterIndex : number ) { console . log ( parameterIndex ); } class Cow { s...