Skip to content

Commit 6c87e1a

Browse files
committed
test(integration): guarded API client build
1 parent d7e28d8 commit 6c87e1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test-angular-project/src/app/app.module.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
import { BrowserModule } from '@angular/platform-browser';
22
import { NgModule } from '@angular/core';
3+
import { APIClientModule } from '../api-no-tags';
34

45
import { AppComponent } from './app.component';
56

67
@NgModule({
78
declarations: [AppComponent],
8-
imports: [BrowserModule],
9+
imports: [BrowserModule, APIClientModule.forRoot({ guardResponses: true })],
910
providers: [],
1011
bootstrap: [AppComponent],
1112
})

0 commit comments

Comments
 (0)