Skip to content

Commit 9651292

Browse files
committed
Adjust and upgrade dependencies
1 parent 0361c32 commit 9651292

File tree

6 files changed

+1461
-2267
lines changed

6 files changed

+1461
-2267
lines changed

index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export * from './src/app-insight.service';
1515
export class ApplicationInsightsModule {
1616

1717
constructor (
18-
@Optional() @SkipSelf() parentModule: ApplicationInsightsModule,
19-
private appInsightsService: AppInsightsService
18+
@Optional() @SkipSelf() parentModule: ApplicationInsightsModule,
19+
appInsightsService: AppInsightsService
2020
) {
2121
if (parentModule) {
2222
throw new Error(

0 commit comments

Comments
 (0)