@testgorilla/tgo-coding-test 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/testgorilla-tgo-coding-test.mjs +2 -2
- package/fesm2022/testgorilla-tgo-coding-test.mjs.map +1 -1
- package/lib/components/tgo-coding-test-candidate-view/tgo-coding-test-candidate-view.component.d.ts +1 -1
- package/lib/services/candidate-coding-test-services/candidature-api.service.d.ts +1 -1
- package/lib/services/candidate-coding-test-services/coding-test.service.d.ts +1 -1
- package/package.json +9 -4
- package/shared/index.d.ts +0 -4
- package/shared/lib/components/audio-animation/audio-animation.component.d.ts +0 -27
- package/shared/lib/components/audio-animation/index.d.ts +0 -1
- package/shared/lib/components/index.d.ts +0 -2
- package/shared/lib/components/vimeo-video/index.d.ts +0 -1
- package/shared/lib/components/vimeo-video/vimeo-video.component.d.ts +0 -24
- package/shared/lib/models/answer.d.ts +0 -17
- package/shared/lib/models/assessment.d.ts +0 -80
- package/shared/lib/models/environment.d.ts +0 -1
- package/shared/lib/models/index.d.ts +0 -8
- package/shared/lib/models/question-component.d.ts +0 -54
- package/shared/lib/models/question.d.ts +0 -102
- package/shared/lib/models/test.d.ts +0 -81
- package/shared/lib/models/translations.d.ts +0 -1
- package/shared/lib/models/window.d.ts +0 -6
- package/shared/lib/services/api/api.service.d.ts +0 -25
- package/shared/lib/services/api/mocked-api.service.d.ts +0 -35
- package/shared/lib/services/environment/environment.service.d.ts +0 -6
- package/shared/lib/services/index.d.ts +0 -9
- package/shared/lib/services/localization/languages.model.d.ts +0 -15
- package/shared/lib/services/localization/transloco-lazy-module-utils.d.ts +0 -11
- package/shared/lib/services/localization/transloco-testing.module.d.ts +0 -2
- package/shared/lib/services/media/media.service.d.ts +0 -29
- package/shared/lib/services/mixpanel/mixpanel.service.d.ts +0 -10
- package/shared/lib/services/theme/theme.service.d.ts +0 -8
- package/shared/test-mocks/assessment-test.mock.d.ts +0 -21
- package/shared/test-mocks/index.d.ts +0 -2
- package/shared/test-mocks/tgo-ui.mock.d.ts +0 -21
|
@@ -28,8 +28,8 @@ import { MatTabsModule } from '@angular/material/tabs';
|
|
|
28
28
|
import { ActivatedRoute, RouterModule } from '@angular/router';
|
|
29
29
|
import * as i1$4 from '@ngneat/transloco';
|
|
30
30
|
import { translate, TRANSLOCO_SCOPE, TranslocoService, TranslocoModule } from '@ngneat/transloco';
|
|
31
|
-
import * as i3$1 from '
|
|
32
|
-
import { ApiService, EnvironmentService, ThemeService as ThemeService$1, TranslocoLazyModuleUtils, MixpanelService, getAvailableLangs } from '
|
|
31
|
+
import * as i3$1 from '@testgorilla/tgo-shared-lib';
|
|
32
|
+
import { ApiService, EnvironmentService, ThemeService as ThemeService$1, TranslocoLazyModuleUtils, MixpanelService, getAvailableLangs } from '@testgorilla/tgo-shared-lib';
|
|
33
33
|
import * as i1$3 from 'ngx-guided-tour';
|
|
34
34
|
import { Orientation, GuidedTourModule, GuidedTourService } from 'ngx-guided-tour';
|
|
35
35
|
import { take as take$1, catchError, tap as tap$1, switchMap, map as map$1 } from 'rxjs/operators';
|