Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

路由显示的组件怎么加outputs #88

Open
dreambo8563 opened this issue Feb 4, 2016 · 1 comment
Open

路由显示的组件怎么加outputs #88

dreambo8563 opened this issue Feb 4, 2016 · 1 comment

Comments

@dreambo8563
Copy link

代码
app.ts app.html

<router-outlet></router-outlet>

...javascript
@RouteConfig([
    { path: '/', name: 'Home', component: Home, useAsDefault: true }
])

怎么给Home 组件加个outputs
我想传东西给app组件

@kittencup
Copy link
Owner

实现不了,组件之间其他通信方式,请查看 #23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants