0
Hi, guys. I’m new to learning Angular 2 and I have this title question.
My router-outlet: <router-outlet [busca]="termo"></router-outlet>
with this Property-bind and returns me this error on the console:
Unhandled Promise rejection: Template parse errors: Can’t bind to 'search' Since it isn’t a known Property of 'router-outlet'.
Thank you in advance.
Exactly! I need to send information dynamically to a specific component. The interesting thing is that if I move to any component it works normally, but to the router-outlet it doesn’t. I’m learning, you know? I’m trying to follow the video lessons, but making my own modifications. I learned to change routes using the router-outlet, if you can help me to do some other way that would allow me to pass Binds to the components, I would appreciate it very much!
– Krint