/kloener-angular9-i18n-issue

A minimal sample project to emphasize an i18n issue.

Primary LanguageTypeScript

Angular9 i18n issue with multiple HTML tags in target.

This is a minimal sample project to emphasize and show the issue with i18n since Angular v9 when more HTML tags are used inside "target" than in "source".

Build & Run

You can try to run docker run -it -p4205:80 -v $(pwd)/dist/kloener-angular9-i18n-issue:/app --workdir /app --rm php php -S 0.0.0.0:80 or run an http-server on dist with anything else.