
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@testgorilla/tgo-ai-interview-test
Advanced tools
AI Interview component for TestGorilla assessments.
npm install @testgorilla/tgo-ai-interview-test
import { AiInterviewTestComponent } from '@testgorilla/tgo-ai-interview-test';
@Component({
imports: [AiInterviewTestComponent],
template: `
<tgo-ai-interview-test
[question]="question"
[test]="test"
[isFirstQuestion]="false"
[conversationUrl]="conversationUrl"
[selectedMediaDevices]="selectedMediaDevices"
[mediaAccessChanged]="mediaAccessChanged"
(submissionStateChanged)="onSubmissionStateChanged($event)"
(loadingStateChanged)="onLoadingStateChanged($event)"
(requestMediaAccess)="onRequestMediaAccess()"
></tgo-ai-interview-test>
`,
})
export class MyComponent {}
This package ships its translations under assets/i18n. Consumer apps must copy these assets into their build output so Transloco can load them at runtime.
assets entry pointing at the package:{
"assets": [
"src/favicon.ico",
"src/assets",
{
"glob": "**/*",
"input": "node_modules/@testgorilla/tgo-ai-interview-test/assets",
"output": "assets/tgo-ai-interview-test"
}
]
}
If you develop inside this repo (consuming the workspace sources), also include the local path:
{
"glob": "**/*",
"input": "packages/tgo-ai-interview-test/src/assets",
"output": "assets/tgo-ai-interview-test"
}
After adding the asset entries, rebuild/re-serve your app so /assets/tgo-ai-interview-test/i18n/en.json is available.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| question | Question | Yes | - | Question data containing text/media content |
| test | TestResultRead | Yes | - | Test configuration and metadata |
| isFirstQuestion | boolean | No | false | Whether this is the first question in the test |
| conversationUrl | string | No | - | Daily.co conversation URL for the AI interview |
| selectedMediaDevices | SelectedMediaDevices | No | - | Selected audio/video device IDs |
| mediaAccessChanged | Observable<SelectedMediaDevices> | No | - | Observable for media device changes |
| Name | Type | Description |
|---|---|---|
| submissionStateChanged | EventEmitter<ISubmissionState | null> | Emits submission state when answer is submitted |
| loadingStateChanged | EventEmitter<boolean> | Emits loading state changes |
| requestMediaAccess | EventEmitter<void> | Emits when media access permission is needed |
This library requires the following peer dependencies:
@angular/common ~18.2.13@angular/core ~18.2.13@angular/animations ~18.2.13@angular/material ~18.2.14 (for dialog support)@ngneat/transloco ~4.3.0@testgorilla/tgo-ui ~3.14.10@daily-co/daily-js ^0.79.0rxjs ~7.8.1All required services, models, and components are included within this library:
MediaService - Handles audio/video recording and playbackThemeService - Provides theme/company color configurationQuestion, TestResultRead, SelectedMediaDevices, ISubmissionState - Type definitionsAudioAnimationComponent, VideoCountdownComponent, VimeoVideoComponent - UI componentsInterviewStreamComponent - Daily.co video call integration componentInterviewVideoComponent - Video display componentReviewInstructionsDialogComponent - Dialog component for review instructionsTranslocoLazyModuleUtils, getAvailableLangs - Translation utilitiesFAQs
AI Interview component
We found that @testgorilla/tgo-ai-interview-test demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 9 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.