Skip to content

Commit

Permalink
workaround ms bug
Browse files Browse the repository at this point in the history
  • Loading branch information
EdiWang committed Apr 21, 2023
1 parent 09bf7e2 commit 6f9868e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Admin/elf-admin/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class AppComponent implements OnInit, OnDestroy {
const appInsights = new ApplicationInsights({
config: {
instrumentationKey: environment.applicationInsightKey,
extensions: [angularPlugin],
extensions: [angularPlugin as any],
extensionConfig: {
[angularPlugin.identifier]: { router: this.router }
}
Expand Down

0 comments on commit 6f9868e

Please sign in to comment.