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
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 ...
Easy Way Pass Data To CanActivate Guard Angular 4 For Beginner
Short tutorial how to throw data on the canActivate guard API on angular 4. CanActivate is an interface used to check whether a route can be activated or not. Usually used to protect a web page from unauthorized access. And the data thrown on the ...
Tutorial Confirmation Dialog Box Using Angular 4 And Ng2-confirmations
If you often use the confirm() method in javascript, how to apply to angular 4 is slightly different. Using the ng2-confirmations plugin makes it easy for you to create and implement confirm() window on the angular. Follow the simple tutorial below ...