书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 1709 个相关结果.
  • Tag标签

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

    Binding to a Process Variable Date Format Using a Date Picker Date input is supported using an <input type="text"> control. Binding to a Process Variable To bind the inpu...
  • ms-effect

    动画绑定 动画绑定 ms-effect拥有这三种绑定形式: <p ms-effect = "[@configObj,{is:'fade'}" > 属性值为字面量,其中一个对象必须包括is属性,这用于指定特效名 </p> <p ms-effect = "{is:fade, stagger:300}" > 属性值为对象字面量, 里面拥有is...
  • PullToRefresh 拉动刷新

    PullToRefresh拉动刷新 规则 代码演示 API PullToRefresh拉动刷新 通过触发,立刻重新加载内容。 规则 可以和 ListView 结合使用,也可以单独使用。 可考虑定期自动刷新, e.g. 登录 APP 后,自动刷新首页 List。 代码演示 拉动刷新 import { Componen...
  • Tag标签

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

    HTML 代码风格 基本设置 统一符号 可省略部分 最佳实践 声明相关 结构相关 DOM 相关 其它建议 HTML 代码风格 基本设置 2 空格缩进 UTF-8 编码 统一符号 所有标签和属性名称一律小写。理由:如果不这么做可能导致与 Angular 的不兼容。 属性值一律使用双引号。理由:统一是必须的,难道会有人想统一...
  • Linting

    Linting Linting To encourage coding best practices Angular CLI provides built-in linting. By default the app will look at the project's tslint.json for configuration. Linting ...
  • TypeScript 1.1

    TypeScript 1.1 Performance Improvements Better Module Visibility Rules TypeScript 1.1 Performance Improvements The 1.1 compiler is typically around 4x faster than any previ...
  • BlockUI

    1368 2019-05-18 《PrimeNG Document》
    Documentation Import Getting Started Custom Content Properties Styling Dependencies Source BlockUIBlockUI can either block other components or the whole page. Docum...