书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 3090 个相关结果.
  • Overriding Components for Testing

    Overriding Dependencies for Testing Overriding Dependencies for Testing TestBed provides several functions to allow us to override dependencies that are being used in a test m...
  • Using Pipes

    Using Pipes Passing Parameters Chaining Pipes Using Pipes Like a filter, a pipe also takes data as input and transforms it to the desired output. A basic example of using pip...
  • Using MockBackend

    Testing HTTP Requests Using MockBackend Testing HTTP Requests Using MockBackend To unit test our services, we don't want to make actual HTTP requests. To accomplish this, we ne...
  • 路由处理

    1100 2019-02-20 《Angular 入门》
    基本用法 导航链接 routerLink 路由对象 动态路由匹配 路由导航 基本用法 添加 AppRoutingModule ng generate module app - routing -- flat -- module = app app-routing.module.ts import { NgMo...
  • 路由处理

    867 2019-01-31 《Angular 入门》
    基本用法 导航链接 routerLink 路由对象 动态路由匹配 路由导航 基本用法 添加 AppRoutingModule ng generate module app - routing -- flat -- module = app app-routing.module.ts import { NgMo...
  • 响应组件事件

    响应组件事件 响应组件事件 Angular 2中的事件与它们在Angular 1.x中的工作类似。最大的变化是模板语法。 import { Component } from '@angular/core' ; @Component ({ selector : 'rio-counter' , template...
  • Observable

    Observable Observable Angular 2使用的一个令人兴奋的新功能是Observable。 这不是Angular 2的特定功能,而是用于管理异步数据的建议标准,将被包括在ES7中。 Observables 打开了一个连续的通信通道,其中可以随时间发射多个数据值。 这里,我们通过使用数组类型的操作来解析,修改和维护数据,得到一种处...
  • 账户

    账户模块 社交/外部登录 示例: Facebook 认证 添加NuGet包 配置提供程序 Angular UI 账户模块 该模块提供必要的UI页面与组件使用户登录和注册到应用程序. 文档正在更新 社交/外部登录 示例: Facebook 认证 按照ASP.NET Core Facebook集成文档 向你应用程序添加Face...
  • 使用其他来源的Observable

    使用其他来源的Observable Observable HTTP Events Observable Form Events 使用其他来源的Observable 在上面的例子中,我们从头开始创建Observable,这在理解Observable的解剖结构时特别有用。 但是,我们将经常从回调,promise,事件,集合或使用API上可用的许多运...
  • Service ProxiesUpd

    Service Proxies Angular Project Configuration Services Models Enums What’s Next? Service Proxies It is common to call a REST endpoint in the server from our Angular applic...