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
Adjusts the behaviour of `angular.module` so as to make module retrieval and creation order agnostic.
12
-
13
-
In other words you can append components onto modules without worrying whether the module has been explicitly created yet.
14
-
15
-
Particularly useful when your Angular project has a scalable/granular file structure with module creation and retrieval happening in individual files but your build process is just concatenating app files together in an arbitrary order.
0 commit comments