In some use cases, it is necessary to provide deep links in an Angular application. Without support for multiple languages, it is simply the URL + the angular route. With Angular i18n the different directories for the language build need to be supported. This article shows how to support language-independent deep linking. The AngularAndSpring project will serve as an example. It is a Spring Boot application that provides the backend with the rest endpoints and serves the Angular frontend in the 'resources/static/' directory.
Frontend
The frontend contains these file and directories:
from DZone.com Feed https://ift.tt/3g3ZrCl
No comments:
Post a Comment