书栈网 · BookStack 本次搜索耗时 0.035 秒,为您找到 3090 个相关结果.
  • 应用程序框架工具(台式机、手机、平板电脑等)

    应用程序框架工具(台式机,手机,平板电脑等) 前端应用程序框架:【^1】 原生混合移动WebView框架(例如:浏览器引擎驱动): 原生混合移动开发Webview环境/平台/工具 (例如:浏览器引擎驱动): 原生桌面WebView应用程序框架:(例如:浏览器引擎驱动): 各种平台应用程序框架: 原生移动应用程序框架(又叫做原生JavaScript应...
  • DatePicker日期选择框

    DatePicker日期选择框 何时使用 代码演示 API 单独引入此组件 共同的 API nz-date-pickercomponent nz-year-pickercomponent nz-month-pickercomponent nz-week-pickercomponent nz-range-pickercomponent nzF...
  • InputNumber数字输入框

    InputNumber数字输入框 何时使用 代码演示 API nz-input-numbercomponent 方法 InputNumber数字输入框 通过鼠标或键盘,输入范围内的数值。 何时使用 当需要获取标准数值时。 import { NzInputNumberModule } from 'ng-zorro-...
  • Card卡片

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

    Localization Using the Localization Pipe Using the Localization Service Using the Config State RTL Support Step 1. Create Chunks for Bootstrap LTR and RTL Step 2. Clear Lazy Lo...
  • 示例:文本框

    18.12. 示例:文本框 这个例子与官网上的那个例子相似。最终是要显示一个文本框,这个文本框由标题和内容两部分组成。而且标题和内容则是引用 controller 中的变量值。 HTML 部分的代码: <div ng-controller = "TestCtrl" > <ys-block title = "tit...
  • AoT配置

    AoT 配置 配置@ngtools/webpack AoT 配置 要在Angular 2中启用AoT,有两种可能的方法: 直接使用ngc 使用@ngtools /webpack 我们推荐第二种方式,因为它最适合Angular + Webpack工具链。 使用原始ngc 的一个问题是ngc 会尝试内联CSS,而缺少必要的上下文。 例如...
  • Projection

    Projection Projection Projection is a very important concept in Angular. It enables developers to build reusable components and make applications more scalable and flexible. To...
  • Input输入框

    Input输入框 何时使用 代码演示 API 单独引入此组件 [nz-input]directive nz-input-groupcomponent Input输入框 通过鼠标或键盘输入内容,是最基础的表单域的包装。 何时使用 需要用户输入表单域内容时。 提供组合型输入框,带搜索的输入框,还可以进行大小选择。 代码演示 ...
  • Testing Services

    Testing Services Testing Services When testing services in Angular we employ many of the same techniques and strategies used for testing components. Services, like components, ...