You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-8
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,7 @@ First you need to install the npm module:
16
16
npm install ng2-translate --save
17
17
```
18
18
19
-
If you use SystemJS to load your files, you might have to update your config with this if you don't use `defaultJSExtensions: true`:
20
-
```ts
21
-
System.config({
22
-
packages: {
23
-
"/ng2-translate": {"defaultExtension": "js"}
24
-
}
25
-
});
26
-
```
19
+
**If you use SystemJS** to load your files, you might have to update your config like [in this example](https://github.com/ocombe/ng2-play/blob/ng2-translate/index.html#L25-L28).
0 commit comments