Skip to content

v0.4.0

Compare
Choose a tag to compare
@robisim74 robisim74 released this 31 Mar 20:17
· 682 commits to master since this release

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.