Skip to content

Commit

Permalink
feat: icon add provider to register icon class for symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Apr 11, 2024
1 parent b72c3bc commit 88b5cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -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';

Expand All @@ -49,7 +49,7 @@ bootstrapApplication(AppComponent, {
providers: [
importProvidersFrom(
BrowserModule,
IgoCoreModule.forRoot(),
IgoCoreModule,
IgoMessageModule,
PortalModule,
ServiceWorkerModule.register('ngsw-worker.js', {
Expand Down

0 comments on commit 88b5cde

Please sign in to comment.