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

    Space间距 何时使用 代码演示 API nz-spacecomponent Space间距 Set components spacing. 何时使用 Avoid components clinging together and set a unified space. import { NzSpaceModule } ...
  • Slider滑动输入条

    Slider滑动输入条 何时使用 代码演示 API nz-slidercomponent Slider滑动输入条 滑动型输入器,展示当前值和可选范围。 何时使用 当用户需要在数值区间/自定义区间内进行选择时,可为连续或离散值。 import { NzSliderModule } from 'ng-zorro-ant...
  • 创建功能模块

    创建功能模块 服务和懒加载 创建功能模块 当我们的根模块开始增长时,一些元素(组件,指令等)开始明显地以某种方式相关,几乎成了可以“插入”的库。 在我们前面的例子中,我们开始看到了。 我们的根模块有一个组件,一个管道和一个服务,其唯一的目的是处理信用卡。 如果我们将这三个元素提取到自己的功能模块 ,然后将它们导入我们的根模块 怎么办? 我们将这...
  • Additional Resources

    Additional Resources Testing Resources Additional Resources While this section goes over the key aspects of making an accessible website with respect to Angular, it is not a c...
  • 2D RigidBody

    2D Rigidbody Add Rigidbody Properties RigidBody Properties Mass Velocity Angular Velocity Rotation, Translation and Scaling Fix Rotation EnableContactListener Rigidbody Ty...
  • Notification通知提醒框

    Notification通知提醒框 何时使用 单独引入此组件 如何使用 代码演示 API NzNotificationServiceservice 全局配置(NZ_MESSAGE_CONFIG) NzNotificationDataFilled Notification通知提醒框 全局展示通知提醒信息。 何时使用 在系统四个角显...
  • Button按钮

    Button按钮 何时使用 单独引入此组件 代码演示 API [nz-button]directive Button按钮 按钮用于开始一个即时操作。 何时使用 标记了一个(或封装一组)操作命令,响应用户点击行为,触发相应的业务逻辑。 单独引入此组件 想要了解更多关于单独引入组件的内容,可以在快速上手 页面进行查看。 impor...
  • Layout布局

    Layout布局 单独引入此组件 设计规则 尺寸 交互 视觉 组件概述 代码演示 API nz-sidercomponent breakpoint width Layout布局 协助进行页面级整体布局。 单独引入此组件 想要了解更多关于单独引入组件的内容,可以在快速上手 页面进行查看。 import { NzLay...
  • Carousel走马灯

    Carousel走马灯 代码演示 API Carousel走马灯 走马灯,轮播图 代码演示 基本用法 最简单的用法。 import { Component } from '@angular/core' ; @Component ({ selector : 'demo-carousel-basic'...
  • Avatar头像

    Avatar头像 代码演示 API nz-avatarcomponent Avatar头像 用来代表用户或事物,支持图片、图标或字符展示。 import { NzAvatarModule } from 'ng-zorro-antd/avatar' ; 代码演示 基本 头像有三种尺寸,两种形状可选。 imp...