https://github.com/angular/angular
Raw File
Tip revision: ce3cd509f2038706e05cfafe3acfa6542c2cc902 authored by Misko Hevery on 05 May 2021, 20:54:16 UTC
release: cut the v11.2.13 release
Tip revision: ce3cd50
public_api.ts
/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.io/license
 */

export {HttpTestingController, RequestMatch} from './src/api';
export {HttpClientTestingModule} from './src/module';
export {TestRequest} from './src/request';
back to top