书栈网 · BookStack 本次搜索耗时 0.044 秒,为您找到 3090 个相关结果.
  • Layout布局

    Layout布局 设计规则 尺寸 交互 视觉 组件概述 代码演示 API 单独引入此组件 nz-sidercomponent breakpoint width Layout布局 协助进行页面级整体布局。 设计规则 尺寸 一级导航项偏左靠近 logo 放置,辅助菜单偏右放置。 顶部导航(大部分系统):一级导航高度 64...
  • 多组件化开发

    1367 2019-05-29 《跟老卫学Angular》
    多组件化开发 创建 UserDetailComponent 组件 编辑 user-detail.component.html 编辑 user-detail.component.ts 编辑 users.component.html 运行 多组件化开发 本节,要把原来的 UsersComponent 重构成为 UsersComponent、Us...
  • Timeline时间轴

    Timeline时间轴 何时使用 ">代码演示 API nz-timelinecomponent nz-timeline-itemcomponent Timeline时间轴 垂直展示的时间流信息。 何时使用 当有一系列信息需按时间排列时,可正序和倒序。 需要有一条时间轴进行视觉上的串联时。 import { NzTimel...
  • Autocomplete自动完成

    Autocomplete自动完成 何时使用 ">代码演示 API [nzAutocomplete]directive nz-autocompletecomponent nz-auto-optioncomponent Autocomplete自动完成 输入框自动完成功能。 何时使用 需要自动完成时。 import { NzA...
  • 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...
  • Tag标签

    Tag标签 何时使用 代码演示 API 单独引入此组件 nz-tagcomponent Tag标签 进行标记和分类的小标签。 何时使用 用于标记事物的属性和维度。 进行分类。 代码演示 基本 基本标签的用法,可以通过添加 nzMode="closeable" 变为可关闭标签。可关闭标签具有 nzOnClose...
  • Tag标签

    Tag标签 何时使用 单独引入此组件 代码演示 API nz-tagcomponent Tag标签 进行标记和分类的小标签。 何时使用 用于标记事物的属性和维度。 进行分类。 单独引入此组件 想要了解更多关于单独引入组件的内容,可以在快速上手 页面进行查看。 import { NzTagModule } fr...
  • Redux and @ngrx

    Redux and @ngrx What is Redux? What is @ngrx? Redux and @ngrx What is Redux? Redux is an application state manager for JavaScript applications, and keepswith the core prin...