Aleksandr Serenko

Results 4 comments of Aleksandr Serenko

@ahnpnl you have a working example with NS and jest?

@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"] ... } } ```