Skip to content

Commit e95bc66

Browse files
committed
docs: adding a note regarding SystemJS
1 parent 6078630 commit e95bc66

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,7 @@ First you need to install the npm module:
1616
npm install ng2-translate --save
1717
```
1818

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).
2720

2821
## Usage
2922

0 commit comments

Comments
 (0)