I have running the sample application to learn angular 2. In my sample application [(ngModel)]
is not working. But when i removes the square brackets (ngModel)
the screen is loading but two way binding is not working.
should i do anything for making [(ngModel)]
work.