Angular 2 hot load in Meteor+Angular 2 app

Angular 2 had such cool feature Angular2 Hot Loader
It give possibility to make some changes and see results in browser without page reload but… meteor always reload/compile client code and refresh page automatically. Is there any way or ideas to enable usage of such hot load?

2 Likes