We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
代码 app.ts app.html
<router-outlet></router-outlet> ...javascript @RouteConfig([ { path: '/', name: 'Home', component: Home, useAsDefault: true } ])
怎么给Home 组件加个outputs 我想传东西给app组件
The text was updated successfully, but these errors were encountered:
实现不了,组件之间其他通信方式,请查看 #23
Sorry, something went wrong.
No branches or pull requests
代码
app.ts app.html
怎么给Home 组件加个outputs
我想传东西给app组件
The text was updated successfully, but these errors were encountered: