We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
responseInit.status
1 parent 3b3afb1 commit 0d2735cCopy full SHA for 0d2735c
packages/angular/ssr/test/app_spec.ts
@@ -35,8 +35,7 @@ describe('AngularServerApp', () => {
35
constructor() {
36
const responseInit = inject(RESPONSE_INIT);
37
if (responseInit) {
38
- // TODO(alanagius): Remove once https://github.com/angular/angular/pull/66126 is merged and released.
39
- (responseInit as { status: number }).status = 308;
+ responseInit.status = 308;
40
}
41
42
void inject(Router).navigate([], {
0 commit comments