Pagination is an essential mechanism for managing a data grid with a large number of items. Generally, this type of component is chargeable and even the free versions are limited. In this part of tutorial, we will learn together how to add a pagination component to bootstrap table using Ng-Bootstrap module. You can watch my […]
Month: April 2020
Angular 8 – ASP.NET core CORS
A cross-origin request is a mechanism allowing a website to load a resource located from a domain other than that in which the site is located. This mechanism is strictly supervised for security reasons. It is possible to obtain Cross-Origin requests with the Angular frame. The server receiving its requests must first authorize it to […]