Jump to content
Search Community

Ankit Dixit

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Ankit Dixit

  1. Hello All,

     

    I’ve got the following error when launching my Angular app, even if the component is not displayed.

    I have to comment out the so that my app works.

     

    zone.js:461 Unhandled Promise rejection: Template parse errors:
    Can't bind to 'ngModel' since it isn't a known property of 'input'. ("
        <div>
            <label>Created:</label>
            <input  type="text" [ERROR ->][(ngModel)]="test" placeholder="foo" />
        </div>
    </div>"): InterventionDetails@4:28 ; Zone: <root> ; Task: Promise.then ; Value:

     

    I’m looking at the Hero plucker but I don’t see any difference.

     

    Can anyone clear above error or suggest me some good tutorials list where I can improve my angular skills more. 

×
×
  • Create New...