mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit introduces integration tests for hydration and event reply functionalities. Additionally, it implements a payload size check for the `event-dispatch-contract.min.js`. PR Close #55708
3 lines
75 B
TypeScript
3 lines
75 B
TypeScript
import {Routes} from '@angular/router';
|
|
|
|
export const routes: Routes = [];
|