-
Notifications
You must be signed in to change notification settings - Fork 12k
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
ERROR TypeError: Cannot read property 'Name' of undefined at Object.eval [as updateDirectives]. #11607
Comments
Hello, we reviewed this issue and determined that it doesn't fall into the bug report or feature request category. This issue tracker is not suitable for support requests, please repost your issue on StackOverflow using tag angular. More your request doesn't fall under to Angular CLI project. If you are wondering why we don't resolve support issues via the issue tracker, please check out this explanation. |
Closing as per @alan-agius4's comment, thanks! |
Thanks for your response... I will take care... |
try to write |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
RROR TypeError: Cannot read property 'Name' of undefined
at Object.eval [as updateDirectives] (AddTestDataComponent.ngfactory.js:121)
at Object.updateDirectives (core.js:10590)
at checkAndUpdateView (core.js:10243)
at callViewAction (core.js:10484)
at execComponentViewsAction (core.js:10426)
at checkAndUpdateView (core.js:10249)
at callViewAction (core.js:10484)
at execComponentViewsAction (core.js:10426)
at Object.checkAndUpdateView (core.js:10249)
at ViewRef_.push../node_modules/@angular/core/fesm5/core.js.ViewRef_.detectChanges (core.js:8630)
This error occured when Binding Input (Type =Text) with class property Name.
<input type="text" name="Name" #Name="ngModel" [(ngModel)]="TodoClass.Name">
ToDoClass
export class TodoClass {
Name:string;
IsComplete:boolean;
}
The text was updated successfully, but these errors were encountered: