This release has a lot of breaking changes, read the migration guide to help you with the transition.
6.0.0-beta.1 (2017-02-03)
Features
- rename: the library has been renamed ngx-translate following the new official naming convention (you should not use the version number for angular libraries, unless it is specifically for one version). This repository is now named "core" and available on npm under the name
@ngx-translate/core
. - module: modularize everything, the parameter for the method
forRoot
has changed and is now an object that you can use to specify a loader, parser and missing translations handler (instead of just the loader) (de2d56c) - TranslateLoader: removed static loader from core, it is now named
HttpLoader
and has its own repository (0c0b82f) - TranslateModule: adding forChild method to use in lazy loaded modules (ac7b201)
- TranslateStore: added a store to share translations between instances of the service (b626c0e)