Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个混合角度应用程序。我需要在 angularjs 控制器中监听一个事件(可能是一个 observable ),并且该事件将由 angular 4 组件触发。我们有什么办法可以真正做到这一点?
不可能通过事件来实现它。还有另外两种方式。
谢谢!