github ngx-translate/core v4.1.0

latest releases: v15.0.0, v14.0.0, v13.0.0...
7 years ago

<a name"4.1.0">

4.1.0 (2016-12-05)

Features

  • TranslateDirective: the directive if finally here! (98a2350a, closes #31)

Usage:

<div [translate]="'HELLO'" [translateparams]="{param: 'world'}"></div>

Or even simpler using the content of your element as a key:

<div translate [translateparams]="{param: 'world'}">HELLO</div>

Don't miss a new core release

NewReleases is sending notifications on new releases.