PatrickJS / angular-hmr

:fire: Angular Hot Module Replacement for Hot Module Reloading
https://patrickjs.com
Apache License 2.0
505 stars 46 forks source link

AngularJS 1 #75

Open mikadev opened 6 years ago

mikadev commented 6 years ago

Can you provide working example for AngularJS 1 with JS code please

omgoshjosh commented 6 years ago

I would also like to see this. I am under the impression this will not work for angularjs, AKA angular 1.x, and that it only works for angular 2 and beyond, which is what is known today as "angular". Would love to see a response from the owners/managers of this. Cheers.

PatrickJS commented 5 years ago

I looked into this a few times. It's a lot harder unless we do a lot of hacks/rewriting of the framework in a loader

magicyangmei commented 5 years ago

angular1.x with Es6 + webpack build project compile so slow , it will be very nice if was supported by ng1.

YonathanB commented 5 years ago

I tried this loader for ng-1. It works but architecture of your project should be very specific. If someone have an other solution I would be glad to know it