Releases: robisim74/angular-l10n
Releases · robisim74/angular-l10n
v0.5.2
v0.5.1
v0.5.0
v0.4.0
Features
- npm: created the npm module that supports both the bundle loading that the use of SistemJS.
- Angular2: upgraded to beta.13.
BREAKING CHANGES
- Renamed
LocalizationPipe
toTranslatePipe
. - New imports for services and pipes:
// Services.
import {LocaleService} from 'angular2localization/angular2localization'; // LocaleService class.
import {LocalizationService} from 'angular2localization/angular2localization'; // LocalizationService class.
// Pipes.
import {TranslatePipe} from 'angular2localization/angular2localization'; // TranslatePipe class.