tflori / angular-translator

translation module for angular
https://tflori.github.io/angular-translator/
MIT License
21 stars 6 forks source link

move inputs to @Component decorator #34

Closed tflori closed 7 years ago

tflori commented 7 years ago

The inputs from @Component decorator get executed earlier than @Input decorators. This way the parameters get set before translate get called.

This will solve #32

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling cfd9d82fa4c906cd189fb05a4dfb639592c38294 on fix-translateComponent into 5e10babd51fca1bf30af470b3dbe239449f27ced on master.