书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 612 个相关结果.
  • 服务端渲染

    服务端渲染 安装依赖 修改服务端根模块 修改服务器环境 编译运行 服务端渲染 本指南假设你已了解关于 Angular Universal:服务端渲染 的相关知识。 本指南 Web 服务器是基于常见的 Express 框架。 安装依赖 $ ng add @nguniversal / express - engine -- ...
  • Descriptions描述列表

    Descriptions描述列表 何时使用 代码演示 API nz-descriptionscomponent nz-descriptions-itemcomponent Descriptions描述列表 成组显示多个只读字段。 何时使用 常见于详情页的信息展示。 import { NzDescriptionsModule ...
  • TreeSelect树选择

    TreeSelect树选择 何时使用 代码演示 API 单独引入此组件 nz-tree-selectcomponent 方法 TreeSelect树选择 树型选择控件。 何时使用 类似 Select 的选择控件,可选择的数据结构是一个树形结构时,可以使用 TreeSelect,例如公司层级、学科系统、分类目录等等。 代码演示 ...
  • g2-radar 雷达图

    g2-radar 雷达图 代码演示 API g2-radar G2RadarData This article has not been translated, hope that your can PR to translated it. Help us! g2-radar 雷达图 雷达图是以相同点开始的轴上表示的三个或更多个定量...
  • checkbox 多选框

    checkbox 多选框 代码演示 API schema 属性 ui 属性 checkbox 多选框 一组可选项中进行多项选择时 代码演示 基础样例 最简单的用法。 import { Component } from '@angular/core' ; import { of } from ...