In my angular2 application, the following error appears.
TypeError: cannot read property 'visitStatement undefined
You get this problem when you have an empty event handler,
(click)=""
How to get rid of an empty event handler this problem will be fixed.
Link: