We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1100552 commit 934860cCopy full SHA for 934860c
README.md
@@ -25,11 +25,8 @@ It is recommended to instantiate `TranslateService` in the bootstrap of your app
25
If you add it to the "providers" property of a component it will instantiate a new instance of the service that won't be initialized.
26
27
```js
28
-import {HTTP_PROVIDERS} from 'angular2/http';
29
-
30
bootstrap(AppComponent, [
31
- HTTP_PROVIDERS,
32
- TranslateService
+ TranslateService // not required, but recommanded to have 1 unique instance of your service
33
]);
34
35
0 commit comments