Skip to content

Commit 8521606

Browse files
committed
publish(8.0.2): fix ng10 errors
1 parent 778ba58 commit 8521606

File tree

5 files changed

+650
-1769
lines changed

5 files changed

+650
-1769
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Mark Pieszak
3+
Copyright (c) 2016-2020 Mark Pieszak
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { CommonModule } from '@angular/common';
33

44
import { AppInsightsConfig, AppInsightsService } from './src/app-insight.service';
55

6-
export * from './src/app-insight.service';
6+
export { SeverityLevel, AppInsightsConfig, AppInsightsService } from './src/app-insight.service';
77

88
@NgModule({
99
imports: [ CommonModule ],

0 commit comments

Comments
 (0)