书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 3090 个相关结果.
  • Checkbox多选框

    Checkbox多选框 何时使用 代码演示 API [nz-checkbox]directive nz-checkbox-groupcomponent nz-checkbox-wrappercomponent 方法 [nz-checkbox]directive Checkbox多选框 多选框。 何时使用 在一组可选项中进行多项...
  • Collapse折叠面板

    Collapse折叠面板 何时使用 代码演示 API 单独引入此组件 nz-collapsecomponent nz-collapse-panelcomponent Collapse折叠面板 可以折叠/展开的内容区域。 何时使用 对复杂区域进行分组和隐藏,保持页面的整洁。 手风琴 是一种特殊的折叠面板,只允许单个内容区域展开。 ...
  • Empty空状态

    Empty空状态 何时使用 ">代码演示 API nz-emptycomponent NZ_CONFIG InjectionToken 全局自定义空组件 Empty空状态 空状态时的展示占位图。 何时使用 当目前没有数据时,用于显式的用户提示。 import { NzEmptyModule } from '...
  • Empty空状态

    Empty空状态 何时使用 代码演示 API nz-emptycomponent NZ_CONFIG InjectionToken 全局自定义空组件 Empty空状态 空状态时的展示占位图。 何时使用 当目前没有数据时,用于显式的用户提示。 import { NzEmptyModule } from 'ng-...
  • 强制不变性

    强制不变性 强制不变性 我们在前面的例子中做了一点。 我们告诉Angular我们所有的输入,包括actor 对象,都是不可变的对象,但是我们继续更新它的属性,违反了不变性原则。 因此,我们最终在我们的模型和我们的视图之间出现同步问题。 一种强制不变性的方法是使用 Immutable.js 库。 因为在JavaScript原始类型,如string ...
  • ProvidePlugin

    ProvidePlugin 使用:jQuery 使用:jQuery 和 Angular 1 使用:Lodash Map 使用:Vue.js 贡献人员 ProvidePlugin 自动加载模块,而不必到处 import 或 require 。 new webpack . ProvidePlugin ({ identifier ...
  • Tag标签

    Tag标签 何时使用 ">代码演示 API nz-tagcomponent Tag标签 进行标记和分类的小标签。 何时使用 用于标记事物的属性和维度。 进行分类。 import { NzTagModule } from 'ng-zorro-antd/tag' ; 代码演示 基本 基本标签的用法,可...
  • Message全局提示

    Message全局提示 何时使用 ">代码演示 API NzMessageServiceservice 全局配置 NzMessageRef Message全局提示 全局展示操作反馈信息。 何时使用 可提供成功、警告和错误等反馈信息。 顶部居中显示并自动消失,是一种不打断用户操作的轻量级提示方式。 import { NzM...
  • 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...
  • View Encapsulation

    View Encapsulation View Encapsulation View encapsulation defines whether the template and styles defined within the component can affect the whole application or vice versa. An...