书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 3090 个相关结果.
  • Getting More From Redux and @ngrx

    Getting more from Redux and @ngrx Redux @ngrx Getting more from Redux and @ngrx Redux Redux has a number of tools and middleware available in its ecosystem to facilitate e...
  • Rate评分

    Rate评分 何时使用 ">代码演示 API nz-ratecomponent 方法 Rate评分 评分组件。 何时使用 对评价进行展示。 对事物进行快速的评级操作。 import { NzRateModule } from 'ng-zorro-antd/rate' ; 代码演示 基本 最简单的...
  • Switch开关

    Switch开关 何时使用 ">代码演示 API nz-switchcomponent 方法 Switch开关 开关选择器。 何时使用 需要表示开关状态/两种状态之间的切换时; 和 checkbox 的区别是,切换 switch 会直接触发状态改变,而 checkbox 一般用于状态标记,需要和提交操作配合。 import ...
  • Rate评分

    Rate评分 何时使用 单独引入此组件 代码演示 API nz-ratecomponent 方法 Rate评分 评分组件。 何时使用 对评价进行展示。 对事物进行快速的评级操作。 单独引入此组件 想要了解更多关于单独引入组件的内容,可以在快速上手 页面进行查看。 import { NzRateModule } ...
  • 测试异步操作

    测试异步操作 测试异步操作 有时候,我们需要测试依赖于在特定时间发生的异步操作的组件。 Angular提供了一个称为fakeAsync 的函数,它将我们的测试包裹在一个区域中,并让我们访问tick 函数,这将允许我们精确地模拟时间的流逝。 让我们回到QuoteComponent 组件的例子,并使用fakeAsync 重写单元测试: import ...
  • Support

    Community Maintenance Long Term Support (Premium) Community Maintenance The Ionic Framework CE (Community Edition) has been 100% open source (MIT) since the very beginning, an...
  • Using Multiple Structural Directives

    Using Multiple Structural Directives Using Multiple Structural Directives Sometimes we'll want to combine multiple structural directives together, like iterating using ngFor b...
  • The Testing Toolchain

    The Testing Toolchain The Testing Toolchain Our testing toolchain will consist of the following tools: Jasmine Karma Phantom-js Istanbul Sinon ChaiJasmine is the most popula...
  • DatePicker日期选择框

    DatePicker日期选择框 何时使用 代码演示 API 共同的 API nz-date-pickercomponent nz-year-pickercomponent nz-month-pickercomponent nz-week-pickercomponent nz-range-pickercomponent nzFormat特别说明...
  • Calendar日历

    Calendar日历 何时使用 单独引入此组件 代码演示 API nz-calendarcomponent Calendar日历 按照日历形式展示数据的容器。 何时使用 当数据是日期或按照日期划分时,例如日程、课表、价格日历等,农历等。目前支持年/月切换。 单独引入此组件 想要了解更多关于单独引入组件的内容,可以在快速上手 页面...