actimeo / ng2-i18next

use i18next with Angular2
MIT License
11 stars 9 forks source link

No Directive annotation found on I18nDirective #9

Open gregor-srdic opened 8 years ago

gregor-srdic commented 8 years ago

I am trying to use this directive with Ionic 2 beta 10 and i encountered the following problem: browser_adapter.js:77 Error: Uncaught (in promise): No Directive annotation found on I18nDirective at resolvePromise (zone.js:538) at resolvePromise (zone.js:523) at zone.js:571 at ZoneDelegate.invokeTask (zone.js:356) at Object.onInvokeTask (ng_zone_impl.js:37) at ZoneDelegate.invokeTask (zone.js:355) at Zone.runTask (zone.js:256) at drainMicroTaskQueue (zone.js:474) at XMLHttpRequest.ZoneTask.invoke (zone.js:426) Could anyone please help me how to get around it? Thanks!