书栈网 · BookStack 本次搜索耗时 0.045 秒,为您找到 1712 个相关结果.
  • NavBar 导航栏

    NavBar导航栏 规则 代码演示 API NavBar导航栏 位于 app 内容区的上方,系统状态栏的下方,并且提供在一系列页面中的导航能力。 规则 可在导航栏中显示当前视图的标题。如果标题非常冗长且无法精简,可以空缺。 可在导航栏中使用 SegmentedControl 对内容进行层级划分。 避免用过多的元素填满导航栏。一般情况下,...
  • Button 按钮

    Button按钮 代码演示 API Button按钮 点击后会触发一个操作。 代码演示 基本用法 最简单的用法。 import { Component } from '@angular/core' ; @Component ({ selector : 'demo-button-basic' ,...
  • NoticeBar通告栏

    NoticeBar通告栏 规则 代码演示 API NoticeBar option 公告栏参数 NoticeBar通告栏 在导航栏下方,一般用作系统提醒、活动提醒等通知。 规则 需要引起用户关注时使用,重要级别低于 Modal ,高于 Toast。 代码演示 基本用法 最简单的用法。 import { Compon...
  • VirtualScroller

    2857 2019-05-18 《PrimeNG Document》
    Documentation CDK Import Getting Started Sections Lazy Loading Properties Events Methods Styling Dependencies Source VirtualScrollerVirtualScroller is an efficient way...
  • NgStyle指令

    NgStyle 指令 NgStyle 指令 Angular 2提供了一个内置的指令ngStyle 来修改组件或元素的style 属性。这里有一个例子: @Component ({ selector : 'app-style-example' , template : ` <p style="padding: 1...
  • Simulate Stress Scenarios

    Simulate Stress Scenarios Create stress experiments using the command-line mode Simulate CPU stress using the command-line mode Command for simulating CPU stress Configuration des...
  • Cascader级联选择

    Cascader级联选择 何时使用 单独引入此组件 代码演示 API nz-cascadercomponent 方法 Cascader级联选择 级联选择框。 何时使用 需要从一组相关联的数据集合进行选择,例如省市区,公司层级,事物分类等。 从一个较大的数据集合中进行选择时,用多级分类进行分隔,方便选择。 比起 Select 组件,...
  • Customization

    Customization Miscellaneous Installation Installation Bower Usage Include in Index Enhance User Interface Angular Animation Flash Message Angular Lazy Loader Customize RES...
  • 配置分析器

    配置分析器 配置分析器 第三个重要的索引设置是 analysis 部分,用来配置已存在的分析器或创建自定义分析器来定制化你的索引。 在【分析器介绍】中,我们介绍了一些内置的分析器,用于将全文字符串转换为适合搜索的倒排索引。 standard 分析器是用于全文字段的默认分析器,对于大部分西方语系来说是一个不错的选择。它考虑了以下几点: st...
  • Projecting Angular 1 Content into Angular 2 Components

    Projecting Angular 1 Content into Angular 2 Components Projecting Angular 1 Content into Angular 2 Components In Angular 2 the concept of "transclusion" has been replaced by th...