Introduction In this article, we will learn how to make our Angular app available in different languages using i18n and localization. We will create an Angular application and configure it to serve the content in three different languages. We will also deploy our app to Google Firebase and see how localization works in real time. […]
Tag: Angular 7
Getting Started With Angular 7.0
Introduction Angular has released its latest version, Angular 7.0. In this article, we will explore the following points What is new in Angular 7.0? Creating the first Angular 7.0 application using Angular CLI. How to update existing Angular application to Angular 7.0? What’s new in Angular 7.0? While creating a new Angular application the Angular […]