书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 3090 个相关结果.
  • Pagination分页

    Pagination分页 何时使用 代码演示 API nz-paginationcomponent Pagination分页 采用分页的形式分隔长列表,每次只加载一个页面。 何时使用 当加载/渲染所有数据将花费很多时间时; 可切换页码浏览数据。 import { NzPaginationModule } from ...
  • Testing Web Frameworks

    Vue.js AngularJS Angular MobX Redux Express.js Although Jest may be considered a React-specific test runner, in fact it is a universal testing platform, with the ability to ...
  • v2.x 到 v3 迁移指南

    Angular UI v2.9 迁移到 v3.0 指南 在v3.0改变了什么? Angular 10 如何迁移? 配置模块 一个更好的例子 如何迁移? RoutesService 如何迁移? NavItemsService 如何迁移? ngx-datatable 一个更好的例子 如何迁移? 扩展系统[商业版] 如何迁移? Lept...
  • 引入模块并使用服务

    14.4. 引入模块并使用服务 结合上面的“定义模块”和“定义服务”,我们可以方便地组织自己的额外代码: angular . module ( 'MyModule' , [], function ( $provide ){ $provide . factory ( 'S1' , function (){...
  • Tools

    Angular CLI StackBlitz TypeScript Glossary Angular CLI Learn more about the power of the Angular CLI StackBlitz Quickly get started with a new Ionic app entirely in the b...
  • Observables

    Observables Observables An exciting new feature used with Angular is the Observable . This isn't anAngular specific feature, but rather a proposed standard for managingasync da...
  • Social/External Logins

    Social/External Logins Example: Facebook Authentication Add the NuGet Package Configure the Provider Angular UI Social/External Logins The Account Module has already confi...
  • 动画

    动画 动画 Angular动画是基于标准的Web动画API(Web Animations API )构建的。但这个IE和safari都不支持,所以我们要向引入兼容模块。 import { BrowserModule } from '@angular/platform-browser' ; import { Browser...
  • Using the JiT Compiler

    Importing translation files into your application with the JiT Compiler Importing translation files into your application with the JiT Compiler The JiT (Just-in-time) compiler ...
  • Spin加载中

    Spin加载中 何时使用 单独引入此组件 代码演示 API nz-spincomponent Spin加载中 用于页面和区块的加载中状态。 何时使用 页面局部处于等待异步数据或正在渲染过程时,合适的加载动效会有效缓解用户的焦虑。 单独引入此组件 想要了解更多关于单独引入组件的内容,可以在快速上手 页面进行查看。 import ...