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

[Angular] Errors to fix in order to make works Module #2

Open
Magicianred opened this issue May 29, 2021 · 0 comments
Open

[Angular] Errors to fix in order to make works Module #2

Magicianred opened this issue May 29, 2021 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@Magicianred
Copy link
Contributor

Magicianred commented May 29, 2021

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'.

  1. If 'app-todo-list-footer' is an Angular component and it has 'todos' input, then verify that it is part of this module.
  2. If 'app-todo-list-footer' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.

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

@Magicianred Magicianred added the help wanted Extra attention is needed label May 29, 2021
@Magicianred Magicianred changed the title Errors to fix in order to make works Module [Angular] Errors to fix in order to make works Module Aug 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant