书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 1712 个相关结果.
  • Switch 滑动开关

    Switch滑动开关 规则 代码演示 API Switch滑动开关 在两个互斥对象进行选择,eg:选择开或关。 规则 只在 List 中使用。 避免增加额外的文案来描述当前 Switch 的值。 代码演示 基本用法 最简单的用法。 import { Component } from '@angular/...
  • ng g 业务页

    ng g 业务页 写在前面 命令格式 Module 模块 业务页 骚操作 edit & view 页 自定义页 如何编写模板文件 自定义数据 ng g 业务页 写在前面 ng generate (简写:ng g )用于生成业务组件页,默认 Angular 所提供的模板跟 ng-alain 所需要的会有一些不同,例如我们希望生成一...
  • g2-card 图表卡片

    g2-card 图表卡片 代码演示 API g2-card This article has not been translated, hope that your can PR to translated it. Help us! g2-card 图表卡片 图表卡片,用于展示图表的卡片容器,可以方便的配合其它图表套件展示丰富信息。 ...
  • CLI命令概述

    CLI命令概述 CLI命令概述 One of the advantages of using the Angular CLI is that it automatically configures a number of useful tools that you can use right away. To get more details on ...
  • 例子:搜索

    8.5. 例子:搜索 <div ng-controller = "TestCtrl" ng-init = "s=data[0].name; q=''" > <div> <span> 查找: </span> <input type = "text" ng-model = "q"...
  • 创建其他东西

    创建其他 创建其他 CLI可以使用generate命令支持其他Angular 2实体,如服务,管道和指令。ng generate [entity] [entity-name]这将在src / app / [entity-name]。[entity] .ts和spec文件创建实体,或者在当前路径下创建实体,如果命令在项目的子文件夹中执行的话。 CLI为...
  • 10.8 The AngularJS Profile

    10.8 The AngularJS Profile Project structure Client side dependencies Unit Testing Asset Pipeline 10.8 The AngularJS Profile Since Grails 3.1, Grails supports a profile for...
  • CLI Command Overview

    CLI Command Overview Linting Testing Build Serve E2E Deploy CLI Command Overview One of the advantages of using the Angular CLI is that it automatically configures a numb...
  • Schema

    Schema 写在前面 无污染 表单元素与数据结构的对应关系 一点规范 JSON Schema(SFSchema) 常规类 数值类型 字符串类型 数组类型 对象类型 条件类 逻辑类 格式与视觉类 其他 非标准 UI(SFUISchemaItem) SFUISchema 基础类 校验类 数组类 表单元素类 渲染类 响应...
  • Checkbox多选框

    Checkbox多选框 何时使用 单独引入此组件 代码演示 API [nz-checkbox]directive nz-checkbox-groupcomponent nz-checkbox-wrappercomponent 方法 [nz-checkbox]directive Checkbox多选框 多选框。 何时使用 在一...