书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 3179 个相关结果.
  • Getting More From Redux and @ngrx

    Getting more from Redux and @ngrx Redux @ngrx Getting more from Redux and @ngrx Redux Redux has a number of tools and middleware available in its ecosystem to facilitate e...
  • ProvidePlugin

    ProvidePlugin 使用:jQuery 使用:jQuery 和 Angular 1 使用:Lodash Map 使用:Vue.js 贡献人员 ProvidePlugin 自动加载模块,而不必到处 import 或 require 。 new webpack . ProvidePlugin ({ identifier ...
  • 预定义的 FormController

    18.11. 预定义的 FormController 前面的“表单控制”那章,实际上讲的就是 FormController ,只是那里是从 scope 中获取到的引用。现在从指令定义的角度,来更清楚地了解 FormController 及 NgModelController 是如何配合工作的。 先说一下, form 和 ngForm 是官方...
  • TimePicker时间选择框

    TimePicker时间选择框 何时使用 代码演示 API nz-time-pickercomponent 方法 TimePicker时间选择框 输入或选择时间的控件。 何时使用 当用户需要输入一个时间,可以点击标准输入框,弹出时间面板进行选择。 import { NzTimePickerModule } from ...
  • 添加路由器

    1528 2019-05-29 《跟老卫学Angular》
    添加路由器 添加 AppRoutingModule 添加路由定义 RouterModule.forRoot() 添加路由出口 (RouterOutlet) 运行查看效果 添加路由器 本章节,我们将实现路由功能。实现,不同的 URL 能够映射到不同的模块。 添加 AppRoutingModule Angular 的最佳实践之一就是在一个...
  • 作者

    2679 2019-02-20 《Angular 入门》
    Angular 入门 Angular 入门 作者:李鹏周 联系:lpzmail@163.com GitHub
  • Radio单选框

    Radio单选框 何时使用 代码演示 API 单独引入此组件 [nz-radio] | [nz-radio-button]directive nz-radio-groupcomponent 方法 [nz-radio]directive Radio单选框 单选框。 何时使用 用于在多个备选项中选中单个状态。 和 Select 的...
  • Radio单选框

    Radio单选框 何时使用 单独引入此组件 代码演示 API [nz-radio] | [nz-radio-button]directive nz-radio-groupcomponent 方法 [nz-radio]directive Radio单选框 单选框。 何时使用 用于在多个备选项中选中单个状态。 和 Select 的...
  • Alert警告提示

    Alert警告提示 何时使用 代码演示 API nz-alertcomponent Alert警告提示 警告提示,展现需要关注的信息。 何时使用 当某个页面需要向用户显示警告的信息时。 非浮层的静态展现形式,始终展现,不会自动消失,用户可以点击关闭。 import { NzAlertModule } from '...