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
to TranslatePipe
.
- 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.