Skip to content

Commit

Permalink
fix: platform providers
Browse files Browse the repository at this point in the history
  • Loading branch information
markuczy committed Oct 14, 2024
1 parent be7e82f commit b62538c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { importProvidersFrom } from '@angular/core'
import { provideHttpClient, withInterceptorsFromDi } from '@angular/common/http'
import { BrowserAnimationsModule, provideAnimations } from '@angular/platform-browser/animations'
import { BrowserAnimationsModule } from '@angular/platform-browser/animations'

import { bootstrapRemoteComponent } from '@onecx/angular-webcomponents'
import { AngularAuthModule } from '@onecx/angular-auth'
Expand Down

0 comments on commit b62538c

Please sign in to comment.