From 88b5cdea2a1b4d8b285d175f7300586779617141 Mon Sep 17 00:00:00 2001 From: Alexandre Caron Date: Thu, 4 Apr 2024 08:31:07 -0400 Subject: [PATCH] feat: icon add provider to register icon class for symbol --- src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index c6cb6367b..c1fc3ee13 100644 --- a/src/main.ts +++ b/src/main.ts @@ -18,6 +18,7 @@ import { ServiceWorkerModule } from '@angular/service-worker'; import { provideAuthentification } from '@igo2/auth'; import { withMicrosoftSupport } from '@igo2/auth/microsoft'; +import { provideIcon } from '@igo2/common'; import { IgoCoreModule } from '@igo2/core'; import { ConfigService, provideConfigOptions } from '@igo2/core/config'; import { provideRootTranslation } from '@igo2/core/language'; @@ -30,7 +31,6 @@ import 'hammerjs'; import { AppComponent } from './app/app.component'; import { PortalModule } from './app/pages'; import { environment } from './environments/environment'; -import { provideIcon } from '@igo2/common'; const DEFAULT_THEME: string = 'blue-theme'; @@ -49,7 +49,7 @@ bootstrapApplication(AppComponent, { providers: [ importProvidersFrom( BrowserModule, - IgoCoreModule.forRoot(), + IgoCoreModule, IgoMessageModule, PortalModule, ServiceWorkerModule.register('ngsw-worker.js', {