Angular configure user browser locale
Problem Using the angular date pipe etc. we often see that by default the format is en-US instead of the expected browser language of the user. Solution What we have to do is quite simple:
Problem Using the angular date pipe etc. we often see that by default the format is en-US instead of the expected browser language of the user. Solution What we have to do is quite simple:
Problem We want to combine Spring and Angular use the Angular developing features but also be able to use the Spring IDE, in the end, everything should be build using maven and nicely packed into a JAR.Let’s get started. Overview Create a multi-module project Pack the frontend into an own JAR Include the frontend JAR…