Skip to content

Commit 662ef1d

Browse files
committed
chore(README): remove old and unsupported notes
1 parent 3a4c7ee commit 662ef1d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

-7
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ Choose the version corresponding to your Angular version:
5959
4.3 | 7.x or less | 1.x to 2.x
6060
2 to 4.2.x | 7.x or less | 0.x
6161

62-
---
63-
64-
**If you use SystemJS** to load your files, you can check the [plunkr example](https://plnkr.co/edit/XXwyUYS6ZL7qVD9I2l0g?p=preview) for a working setup that uses the cdn [https://unpkg.com/](https://unpkg.com/).
65-
If you're importing directly from `node_modules`, you should edit your systemjs config file and add `'@ngx-translate/core': 'node_modules/@ngx-translate/core/bundles'` in the map and `'@ngx-translate/core' : { defaultExtension: 'js' }` in packages.
66-
6762

6863
## Usage
6964

@@ -146,8 +141,6 @@ To use it, you need to install the http-loader package from @ngx-translate:
146141
npm install @ngx-translate/http-loader --save
147142
```
148143

149-
**NB: if you're still on Angular <4.3, please use Http from @angular/http with [email protected].**
150-
151144
Once you've decided which loader to use, you have to setup the `TranslateModule` to use it.
152145

153146
Here is how you would use the `TranslateHttpLoader` to load translations from "/assets/i18n/[lang].json" (`[lang]` is the lang that you're using, for english it could be `en`):

0 commit comments

Comments
 (0)