In this part of tutorial, I’ll show you haw to make users Grid with Edit and Delete actions. User Grid Let’s navigate to Bootstrap site web and search Table style. You can find it via this link. In the manage-users.component.html created in the last tutorial “Angular 8 – Using Guard” and past this html code. […]
Month: February 2020
Angular 8 – Using Guard
In this part of tutorial, i ‘ll show you how you can secure you web site using Guards. So what’s guard and how to use it? What’s Gard The guard gives you a chance to clean-up or ask the user’s permission before navigating away from the current view.There are meany interfaces that you guard can […]