I have not found a suitable library to redirect a page to a new tab using the post method on angular 2, 4, 5 and latest. I Using native javascript makes a simple service, so the app can redirect to a new page using the post method. Who knows any of ...
angular 5
Tutorial To Change Date Format Ng-bootstrap Datepicker Angular 5
Here's an easy way to change the date format on the ng-bootstrap datepicker angular 5. I got this way via ng-bootstrap official github and I have tested its success. If you use the ng-bootstrap module to run the css bootstrap framework component ...
Tutorial Simple CRUD Angular 5 And Lumen 5.6 For Beginners
In this article, I will share a tutorial on how to create a simple CRUD application using Angular 5 and Lumen API 5.6. Using Angular as a front-end is highly in demand for software developers these days. In addition LUMEN as the backend server API is ...
How To Load All Data Before Rendering View Component In Angular 4
Meet again with my article on Angular 4 tutorial. This time I will share how to load initial data before rendering a view on Angular 4. The problem with Javascript programming is that Javascript will not wait for all initial data loaded first then ...