You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
fix-next(Angular): HMR for lazy loaded NgModules (#759)
* fix-next(Angular): HMR for lazy loaded NgModules
Currently, the `lazy-ngmodule-hot-loader` [adds](6a9db32) a HMR self-accept to every lazy loaded NgModule during build.
After [alignment](fe4abfb) of the HMR lifecycle of NativeScript Angular with non-Angular applications, it requires a handler to update the app after module replacement.
* refactor: minor tweaks
* Apply suggestions from code review
Co-Authored-By: vchimev <[email protected]>
0 commit comments