I have decided to create this Gist to explain how I have done the installation and configuration of the translation module. I do it as an update of the original post since I have found errors due to the fact that it is from 2020. To do so, I will simply describe how I have done it from the previous tutorial.
Original post from 2020: https://www.alphabold.com/how-to-implement-multilanguage-support-in-an-angular-application/
- CREATE AN ANGULAR APPLICATION Let us create an angular application for this implementation. Make sure you have npm install in the project directory, if not run ‘npm install’ in the project directory. After you have installed npm, let’s create a new angular application using ‘ng new . Once created cd