Skip to content
Advertisement

Tag: angular2-inputs

@Input() issues

I’m trying to get data from a variable from another component, but so far it hasn’t been working. The idea is that when I check a checkbox, the variables (Booleans) become true and some things on my page are visible and vice versa. So basically I want the variables from InstellingenComponent to work in AfdelingDetailComponent. With @Input() it’s not working…

Advertisement