书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 1683 个相关结果.
  • 自定义设置页

    自定义设置页面 下一步是什么? 自定义设置页面 不同的模块提供它们的设置选项卡. 你可以通过3个步骤在项目中自定义设置页面. 使用以下命令创建一个组件 yarn ng generate component my - settings 打开 app.component.ts 做以下修改: import { Componen...
  • 自定义设置页

    自定义设置页面 下一步是什么? 自定义设置页面 不同的模块提供它们的设置选项卡. 你可以通过3个步骤在项目中自定义设置页面. 使用以下命令创建一个组件 yarn ng generate component my - settings 打开 app.component.ts 做以下修改: import { Componen...
  • 集成现有应用程序

    集成现有应用程序 集成现有应用程序 不是用CLI创建的应用程序可以集成到以后使用CLI。 这是通过转到现有的应用程序的文件夹和运行ng init 。由于现有应用程序的文件夹结构可能与CLI创建的文件夹结构不同,因此init命令具有一些配置选项。 --source-dir 标识源文件的相对路径(default = src) --prefix 标识A...
  • Layout布局

    Layout布局 单独引入此组件 设计规则 尺寸 交互 视觉 组件概述 代码演示 API nz-sidercomponent breakpoint width Layout布局 协助进行页面级整体布局。 单独引入此组件 想要了解更多关于单独引入组件的内容,可以在快速上手 页面进行查看。 import { NzLay...
  • Simulate Stress Scenarios

    Simulate Stress Scenarios StressChaos Introduction Create experiments using Chaos Dashboard Create experiments using the YAML file Field description Stressors MemoryStressor CPU...
  • Simulate Stress Scenarios

    Simulate Stress Scenarios StressChaos Introduction Create experiments using Chaos Dashboard Create experiments using the YAML file Field description Stressors MemoryStressor not...
  • Simulate Stress Scenarios

    Simulate Stress Scenarios StressChaos Introduction Create experiments using Chaos Dashboard Create experiments using the YAML file Field description Stressors MemoryStressor CPU...
  • 自定义设置页

    自定义设置页面 下一步是什么? 自定义设置页面 不同的模块提供它们的设置选项卡. 你可以通过3个步骤在项目中自定义设置页面. 使用以下命令创建一个组件 yarn ng generate component my - settings 打开 app.component.ts 做以下修改: import { Componen...
  • other 其他

    other 其他 isEmpty toBoolean toNumber deepGet deepCopy deepMerge copy updateHostClass other 其他 isEmpty 用于校验 <ng-content> 是否为空,自定义组件时蛮有用。 toBoolean 转换 boolean 属性 ...
  • 模板单独使用

    13.5. 模板单独使用 ng 中的模板是很重要,也很强大的一个机制,自然少不了单独运用它的方法。不过,即使是单独使用,也是和 DOM 紧密相关的程度: 定义时必须是有 HTML 标签包裹的,这样才能创建 DOM 节点 渲染时必须传入 $scope 之后使用 $compile 就可以得到一个渲染好的节点对象了。当然, $compile 还...