书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 3179 个相关结果.
  • Creating Components

    Creating Components Creating Components The CLI can scaffold Angular components through the generate command. To create a new component run: ng generate component [component-...
  • Switch开关

    Switch开关 何时使用 单独引入此组件 代码演示 API nz-switchcomponent 方法 Switch开关 开关选择器。 何时使用 需要表示开关状态/两种状态之间的切换时; 和 checkbox 的区别是,切换 switch 会直接触发状态改变,而 checkbox 一般用于状态标记,需要和提交操作配合。 ...
  • Switch开关

    Switch开关 何时使用 单独引入此组件 代码演示 API nz-switchcomponent 方法 Switch开关 开关选择器。 何时使用 需要表示开关状态/两种状态之间的切换时; 和 checkbox 的区别是,切换 switch 会直接触发状态改变,而 checkbox 一般用于状态标记,需要和提交操作配合。 ...
  • Using Auxiliary Routes

    Using Auxiliary Routes Using Auxiliary Routes Angular supports the concept of auxiliary routes, which allow you to set up and navigate multiple independent routes in a single a...
  • Modules

    Modules Modules Angular Modules provides a mechanism for creating blocks of functionality that can be combined to build an application. Figure: Used Lego Duplo Bricks by Arto...
  • Support

    Community Maintenance Long Term Support (Premium) Community Maintenance The Ionic Framework CE (Community Edition) has been 100% open source (MIT) since the very beginning, an...
  • Creating Routes

    Creating Routes Creating Routes The ng g route [route-name] command will spin up a new folder and route files for you. At the time of writing this feature was temporarily dis...
  • Calendar日历

    Calendar日历 何时使用 单独引入此组件 代码演示 API nz-calendarcomponent Calendar日历 按照日历形式展示数据的容器。 何时使用 当数据是日期或按照日期划分时,例如日程、课表、价格日历等,农历等。目前支持年/月切换。 单独引入此组件 想要了解更多关于单独引入组件的内容,可以在快速上手 页面...
  • Calendar日历

    Calendar日历 何时使用 单独引入此组件 代码演示 API nz-calendarcomponent Calendar日历 按照日历形式展示数据的容器。 何时使用 当数据是日期或按照日期划分时,例如日程、课表、价格日历等,农历等。目前支持年/月切换。 单独引入此组件 想要了解更多关于单独引入组件的内容,可以在快速上手 页面...
  • Space间距

    Space间距 何时使用 ">代码演示 API nz-spacecomponent Space间距 Set components spacing. 何时使用 Avoid components clinging together and set a unified space. import { NzSpaceModule ...