Skip to content

Tag: angular

load data on change of dropdown in other component in Angular

I have component A which is navbar and component B which is list view Navbar has dropdown where all the users are listed, onInit method of component B all the data is loaded in the Component B Table that selected user is in local storage, now i want when the user changes the users from dropdown then that user…

Angular – form makes other elements unreadable

I have a page to maintain all the users of the application. In this application you first see a list of all user. When you click on the user you see details and have the option to change/delete. This works fine. Than I add an extra part to add users ‘voeg gebruiker toe’. This contains a form. When…