书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 3090 个相关结果.
  • 使用管道

    使用管道 传递参数 链接管道 使用管道 像过滤器一样,管道也将数据作为输入,并将其转换为所需的输出。使用管道的基本示例如下所示: import { Component } from '@angular/core' ; @Component ({ selector : 'product-price' , ...
  • Creating a New App

    Creating a New App File and Folder Setup Creating a New App Use the ng new [app-name] command to create a new app. This will generate a basic app in the folder of the app nam...
  • Attribute Directives

    Attribute Directives Attribute Directives Attribute directives are a way of changing the appearance or behavior of a component or a native DOM element. Ideally, a directive sho...
  • 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

    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 ...
  • 覆盖测试的组件

    覆盖测试的依赖关系 覆盖测试的依赖关系 TestBed 提供了几个函数,允许我们覆盖测试模块中使用的依赖项。 overrideModule overrideComponent overrideDirective overridePipe 例如,您可能想要覆盖组件的模板。这对于测试大型组件的一小部分很有用,因为您可以忽略DOM的其余部分的...
  • Slider滑动输入条

    Slider滑动输入条 何时使用 代码演示 API nz-slidercomponent Slider滑动输入条 滑动型输入器,展示当前值和可选范围。 何时使用 当用户需要在数值区间/自定义区间内进行选择时,可为连续或离散值。 import { NzSliderModule } from 'ng-zorro-ant...
  • 创建功能模块

    创建功能模块 服务和懒加载 创建功能模块 当我们的根模块开始增长时,一些元素(组件,指令等)开始明显地以某种方式相关,几乎成了可以“插入”的库。 在我们前面的例子中,我们开始看到了。 我们的根模块有一个组件,一个管道和一个服务,其唯一的目的是处理信用卡。 如果我们将这三个元素提取到自己的功能模块 ,然后将它们导入我们的根模块 怎么办? 我们将这...
  • Parameter Decorators

    Parameter Decorators Parameter Decorators function logPosition ( target : any , propertyKey : string , parameterIndex : number ) { console . log ( parameterInde...
  • Tabs标签页

    Tabs标签页 何时使用 代码演示 API 单独引入此组件 nz-tabsetcomponent nz-tabcomponent [nz-tab]directive Tabs标签页 选项卡切换组件。 何时使用 提供平级的区域将大块内容进行收纳和展现,保持界面整洁。 Ant Design 依次提供了三级选项卡,分别用于不同的场景。...