Serving angular2 content from Spring Boot application
Recently I had to ship an Angular2/Angular4 application within a Spring boot WAR packaged application and I was having some issues when dealing with the the urls in the angular routes, since it goes through the DispatcherServlet I was getting 404 all over the place…
Angular2 prevent ngboopstrap dialogs to close when clicking outside
The default behaviour for bootstrap modal dialogs is to close when you click outside the dialog however this is not always the desired behaviour When using Bootstrap 4 without the angular wrapper you need to add the data-backdrop=’static’ and data-keyboard=”false” to the button in order…