Articles and Lessons tagged with NGXS

How to Modify the UI Based on User Role in Angular

How to Modify the UI Based on User Role in Angular

Posted Oct 24, 2018 | | By Maina Wycliffe | Angular
In today’s post, we are going to see how to modify the User Interface (UI) based their user role. This is useful if you wish to display different UI Elements/Components based on the user role. While this is not a security measure, it has the …
Read More

Angular – Managing Authentication State Using NGXS

Angular – Managing Authentication State Using NGXS

Posted Jul 25, 2018 | | By Maina Wycliffe | Angular
Managing an apps Authentication State is a vital task that as Single Page App (SPA) developers, have to handle very often. It’s every developers goal to provide a consistent user experience in your application, depending on whether they are signed in …
Read More