From 9103c44face88d1f6fb37709c3702b5d8a1e4690 Mon Sep 17 00:00:00 2001 From: Amit Sengar Date: Thu, 24 Feb 2022 14:26:57 +0530 Subject: [PATCH] Bug Fix for Telemetry (#34) * Dev=> general guard updated. (#23) * Login Redirect FIX: yet need to fix * directory implemented * Login Validation~ * lint Fix * Login FIx * updated role check in init~~ * Null Profile change with Empty guard and hide create Icom * Null Profile change with Empty guard and hide create Icom * general Guard update Co-authored-by: Jenifer Ramsingh * Service Worker Enabled (#25) * Login Redirect FIX: yet need to fix * directory implemented * Login Validation~ * lint Fix * Login FIx * updated role check in init~~ * Null Profile change with Empty guard and hide create Icom * Null Profile change with Empty guard and hide create Icom * general Guard update * service worker Enabled Co-authored-by: Jenifer Ramsingh * Dev (#27) * Login Redirect FIX: yet need to fix * directory implemented * Login Validation~ * lint Fix * Login FIx * updated role check in init~~ * Null Profile change with Empty guard and hide create Icom * Null Profile change with Empty guard and hide create Icom * general Guard update * service worker Enabled * ALL CBP llist Co-authored-by: Jenifer Ramsingh * Updated rain dashboard version & its code * Update package.json * Buid and lint FIX:#1 * Added lib deps for Telemetry Co-authored-by: Jenifer Ramsingh Co-authored-by: NandiniAV --- src/app/app.module.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/app.module.ts b/src/app/app.module.ts index f4591c9..6530408 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -33,7 +33,7 @@ import { PipeContentRoutePipe, } from '@sunbird-cb/collection' import { WidgetResolverModule } from '@sunbird-cb/resolver' -import { LoggerService, PipeSafeSanitizerModule } from '@sunbird-cb/utils' +import { LoggerService, PipeSafeSanitizerModule, TelemetryService } from '@sunbird-cb/utils' import { SearchModule } from '@ws/app/src/public-api' import 'hammerjs' import { KeycloakAngularModule } from 'keycloak-angular' @@ -178,6 +178,7 @@ const getBaseHref = (platformLocation: PlatformLocation): string => { { provide: OverlayContainer, useClass: FullscreenOverlayContainer }, { provide: HAMMER_GESTURE_CONFIG, useClass: HammerConfig }, { provide: ErrorHandler, useClass: GlobalErrorHandlingService }, + { provide: TelemetryService, deps: [environment] } ], }) export class AppModule { }