Skip to content

Commit 30591fd

Browse files
committed
2 parents e42c715 + cf0eaa0 commit 30591fd

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -126,28 +126,9 @@ AppInsightsService.setAuthenticatedUserContext()
126126
AppInsightsService.clearAuthenticatedUserContext()
127127
```
128128

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-
148129
---
149130

150-
# Want to Contribute
131+
# How to Contribute?
151132

152133
## ng-Application-Insights Development
153134

0 commit comments

Comments
 (0)