https://github.com/angular/angular
Raw File
Tip revision: 9616b086ea8ea978f9540b746993a882e04fe970 authored by Alex Rickabaugh on 10 December 2021, 18:55:01 UTC
release: cut the v12.2.15 release (#44432)
Tip revision: 9616b08
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