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
In the branch feature/frameworkAngular/move-components-into-module I have problem with use of variable from the module and other similar problem.
`Error: src/app/app.component.html:8:25 - error NG8002: Can't bind to 'todos' since it isn't a known property of 'app-todo-list-footer'.
8 <app-todo-list-footer [todos]="todos"> ~~~~~~~~~~~~~~~
src/app/app.component.ts:7:16 7 templateUrl: './app.component.html', ~~~~~~~~~~~~~~~~~~~~~~ Error occurs in the template of component AppComponent.`
It is include of #4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the branch feature/frameworkAngular/move-components-into-module I have problem with use of variable from the module and other similar problem.
`Error: src/app/app.component.html:8:25 - error NG8002: Can't bind to 'todos' since it isn't a known property of 'app-todo-list-footer'.
8 <app-todo-list-footer [todos]="todos">
~~~~~~~~~~~~~~~
src/app/app.component.ts:7:16
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.`
It is include of #4
The text was updated successfully, but these errors were encountered: