Following this question , i get to know that after using Errorhandler
in our module angular will not throw any such error and our app works somthly,
i did the same process and works fine,
Problem :- After handling template parse error using ErrorHandler
will make all buttons/dropdown on that page and other pages not working properly, is there any kind of method in angular2 by using which neither angular will throw error nor webapp stuck (like buttons are not working in template) ?