书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 3179 个相关结果.
  • Spin加载中

    Spin加载中 何时使用 单独引入此组件 代码演示 API nz-spincomponent Spin加载中 用于页面和区块的加载中状态。 何时使用 页面局部处于等待异步数据或正在渲染过程时,合适的加载动效会有效缓解用户的焦虑。 单独引入此组件 想要了解更多关于单独引入组件的内容,可以在快速上手 页面进行查看。 import ...
  • Result结果

    Result结果 何时使用 ">代码演示 API nz-resultcomponent 子元素 Result结果 用于反馈一系列操作任务的处理结果。 何时使用 当有重要操作需告知用户处理结果,且反馈内容较为复杂时使用。 import { NzResultModule } from 'ng-zorro-antd/r...
  • TimePicker时间选择框

    TimePicker时间选择框 何时使用 代码演示 API nz-time-pickercomponent 方法 TimePicker时间选择框 输入或选择时间的控件。 何时使用 当用户需要输入一个时间,可以点击标准输入框,弹出时间面板进行选择。 import { NzTimePickerModule } from ...
  • TimePicker时间选择框

    TimePicker时间选择框 何时使用 代码演示 API 单独引入此组件 nz-time-pickercomponent 方法 TimePicker时间选择框 输入或选择时间的控件。 何时使用 当用户需要输入一个时间,可以点击标准输入框,弹出时间面板进行选择。 代码演示 基本 点击 nz-time-picke...
  • TimePicker时间选择框

    TimePicker时间选择框 何时使用 单独引入此组件 代码演示 API nz-time-pickercomponent 方法 TimePicker时间选择框 输入或选择时间的控件。 何时使用 当用户需要输入一个时间,可以点击标准输入框,弹出时间面板进行选择。 单独引入此组件 想要了解更多关于单独引入组件的内容,可以在快速上...
  • Testing Web Frameworks

    Testing Web Frameworks React Vue.js AngularJS Angular MobX Redux Express.js GatsbyJS Hapi.js Next.js Testing Web Frameworks Jest is a universal testing platform, with ...
  • Testing Web Frameworks

    Vue.js AngularJS Angular MobX Redux GatsbyJS 虽然Jest可能被看做为React特定的测试运行工具,事实上,其是一个万能的测试平台,其有能力适应任何JavaScript库或框架。 在这一节,我们想要链接一些关于将Jest继承到其他流行JS库中的社区帖子和文章。 Vue.js Testing V...
  • Testing Web Frameworks

    Testing Web Frameworks React Vue.js AngularJS Angular MobX Redux Express.js GatsbyJS Hapi.js Testing Web Frameworks Jest is a universal testing platform, with the abil...
  • 拦截请求

    Http 拦截器 配置拦截器 Http 拦截器 大多数拦截器检查请求的方式,并将(可能已更改的)请求转发给实现接口handle() 的next 对象的方法HttpHandler 。 import { Injectable } from "@angular/core" ; import { HttpEvent , Http...
  • Component Lifecycle

    Component Lifecycle Component Lifecycle A component has a lifecycle managed by Angular itself. Angular manages creation, rendering, data-bound properties etc. It also offers ho...