File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -126,28 +126,9 @@ AppInsightsService.setAuthenticatedUserContext()
126
126
AppInsightsService .clearAuthenticatedUserContext ()
127
127
```
128
128
129
- ## If using SystemJS
130
-
131
- Modify systemjs.config.js...
132
-
133
- In System.Config.map, add:
134
-
135
- ``` typescript
136
- ' applicationinsights-js' : ' npm:applicationinsights-js/JavaScript/JavaScriptSDK.Module/AppInsightsModule.js' ,
137
- ' @markpieszak/ng-application-insights' : ' npm:@markpieszak/ng-application-insights/dist/index.js'
138
- ```
139
-
140
- and in System.Config.packages, add:
141
-
142
- ``` typescript
143
- ' .' : {
144
- defaultExtension: ' js'
145
- }
146
- ```
147
-
148
129
---
149
130
150
- # Want to Contribute
131
+ # How to Contribute?
151
132
152
133
## ng-Application-Insights Development
153
134
You can’t perform that action at this time.
0 commit comments