How to setup input bindings for a component when it's created by router-outlet?

久未见 提交于 2019-12-22 03:22:49

问题


When a component is created by the router how can I setup property bindings?


回答1:


It is not supported to use bindings for components added by the router. See also this discussion https://github.com/angular/angular/issues/4452

Use a shared service to communicate with components added by the router. For details see https://angular.io/docs/ts/latest/cookbook/component-communication.html



来源:https://stackoverflow.com/questions/34647918/how-to-setup-input-bindings-for-a-component-when-its-created-by-router-outlet

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!