书栈网 · BookStack 本次搜索耗时 0.049 秒,为您找到 3090 个相关结果.
  • 注入依赖和DOM更改

    注入依赖和DOM修改 注入依赖和DOM修改 在前面的例子中,我们测试的类MessageComponent 没有任何注入的依赖。 在Angular 2中,组件通常依赖于服务和其他类(管道/提供程序等)来运行,这将被注入到组件类的构造函数中。 当测试这些组件时,我们自己注入依赖。 由于这是一个Angular特定的例程,没有用于完成这个的纯Jasmine函...
  • Badge徽标数

    Badge徽标数 何时使用 ">代码演示 API nz-badgecomponent nz-ribboncomponent Badge徽标数 图标右上角的圆形徽标数字。 何时使用 一般出现在通知图标或头像的右上角,用于显示需要处理的消息条数,通过醒目视觉形式吸引用户处理。 import { NzBadgeModule }...
  • Testing Strategies for Services

    Testing Strategies for Services Injecting Dependencies Testing Strategies for Services When testing services that make HTTP calls, we don't want to hit the server with real re...
  • Testing Web Frameworks

    React Vue.js AngularJS Angular MobX Redux Express.js GatsbyJS Hapi.js Jest is a universal testing platform, with the ability to adapt to any JavaScript library or framewo...
  • Testing Web Frameworks

    React Vue.js AngularJS Angular MobX Redux Express.js GatsbyJS Hapi.js Jest is a universal testing platform, with the ability to adapt to any JavaScript library or framewo...
  • Select选择器

    Select选择器 何时使用 ">代码演示 API nz-selectcomponent nz-optioncomponent nz-option-groupcomponent 方法 nz-selectcomponent Select选择器 下拉选择器。 何时使用 弹出一个下拉菜单给用户选择操作,用于代替原生的选择器,或者需要...
  • Select选择器

    Select选择器 何时使用 代码演示 API nz-selectcomponent nz-optioncomponent nz-option-groupcomponent 方法 nz-selectcomponent Select选择器 下拉选择器。 何时使用 弹出一个下拉菜单给用户选择操作,用于代替原生的选择器,或者需要一个...
  • Card卡片

    Card卡片 何时使用 ">代码演示 API nz-cardcomponent nz-card-metacomponent [nz-card-grid]directive nz-card-tabcomponent Card卡片 通用卡片容器。 何时使用 最基础的卡片容器,可承载文字、列表、图片、段落,常用于后台概览页面。 imp...
  • Card卡片

    Card卡片 何时使用 单独引入此组件 代码演示 API nz-cardcomponent nz-card-metacomponent [nz-card-grid]directive nz-card-tabcomponent Card卡片 通用卡片容器。 何时使用 最基础的卡片容器,可承载文字、列表、图片、段落,常用于后台概览页...
  • 模板语法

    1804 2019-02-20 《Angular 入门》
    插值 文本绑定 属性绑定 使用 JavaScript 表达式 列表渲染 条件渲染 NgIf ngIf 和 <ng-template> NgSwitch 事件处理 表单输入绑定 文本 多行文本 复选框 单选按钮 下拉列表 Class 与 Style 绑定 Class NgClass 指令 Style NgStyle 指...