#16 Angular Internationalization

preview_player
Показать описание
Internationalization (i18n) is a must required feature for any modern web application. Internationalization enables the application to target any language in the world

Commands:
1. ng add @angular/localize
2. ng extract-i18n --output-path src/locale
3. ng build localize
4. http-server –p 4800
Рекомендации по теме