File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ Install & save the library to your package.json:
10
10
$ npm i -S @markpieszak/ng-application-insights
11
11
```
12
12
13
- > Updated to Angular 4.0 (use npm version 1.x for Angular 2.x versions)
13
+ > UPDATED to support Angular 5.x -> use versions ^3.0.0
14
+ > Angular 4.x use versions 2.x
15
+ > Angular 2.x use versions 1.x
14
16
15
17
---
16
18
@@ -51,7 +53,7 @@ constructor(
51
53
instrumentationKey: __env .APPINSIGHTS_INSTRUMENTATIONKEY // <-- set it later sometime
52
54
}
53
55
// then make sure to initialize and start-up app insights
54
- appInsightsService .init ();
56
+ appInsightsService .init ();
55
57
}
56
58
57
59
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @markpieszak/ng-application-insights" ,
3
- "version" : " 2.4.2 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"scripts" : {
5
5
"lint" : " tslint -p tsconfig.json" ,
6
6
"clean" : " rimraf ./dist" ,
26
26
"@types/applicationinsights-js" : " ^1.0.2"
27
27
},
28
28
"peerDependencies" : {
29
- "@angular/router" : " ^4 .0.0" ,
29
+ "@angular/router" : " ^5 .0.0" ,
30
30
"rxjs" : " ^5.0.3"
31
31
},
32
32
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments