Aleksandr Serenko
Aleksandr Serenko
@ahnpnl you have a working example with NS and jest?
Don't use ngx-mask.
@piotrbrzuska For server localize build, you can use parameter `localize` on server task on `angular.json`: ``` "server": { "builder": "@angular-devkit/build-angular:server", "options": { ... "localize": ["en", "ru"] ... } } ```
Any update on this issue?