Hello everyone. I am learning angular beginner 2 and I have this title doubt.
My router-outlet: <router-outlet [busca]="termo"></router-outlet>
with this property-bind and returns me this error in the console:
Unhandled Promise rejection: Template parse errors: Can not bind to 'search' since it is not a known property of 'router-outlet'.
Thank you in advance.