Andreas Loew
Andreas Loew
It would be nice to pass "null" as second argument to omit the . E.g. ~~~ const table = dv.el("table"); const thead = dv.el("thead", null, {container: table}) const trh =...
Ok... but what are the benefits for the users?
Sorry - I don't fully understand your problem. What element appears where? Can you maybe create a short example project to show that is happening?
73c8a2784e998354b6d4281f3ca3a1ef5dab2353 Implements a static function that can be used to create the loader with a backend: `TranslateHttpLoader.withHttpBackend(httpBackend, '/assets/i18n/', '.json')`, I decided to remove that again and update the documentation instead....
If you create a JSON file with ``` { "Strawberry": "Erdbeere", "Small and sweet": "Klein und süß" } ``` and use it like this ` {{ item.name | translate}} `...
Sorry for not answering the issue for such a long time. We try to do better in the future, promised. I see the point in your feature request and and...
Integrated in for ngx-translate v16 https://github.com/CodeAndWeb/ngx-translate/commit/e5558ff0c4b8cbf54184cf99603a37dd937e89d3
Fixed in @ngx-translate/core@16
We already have this functionality in form of the translate compiler. It receives the translations before they are committed to the store. The point in time is a bit earlier...
Sorry for the delay... Well - why don't you flatten your translation files before using them? If they are delivered in a compressed form from your server, it should not...