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
My currentProject has already 10+ entries in angular.json -> lazyModules
they all have the form: "src/app/lazyModules/<HASH-VALUE>/m1.module"
(they are all called m1.module)
I will not regenerate them all with scematics so this approach <ngx-loadable module="m1" [show]="show"></ngx-loadable>
will not work (I believe).
Because of backend validation I cannot change my naming convention.
It looks like I have to go for "magic strings". How can I port my old modules and continue with scematics for the new ones?
Is there a way I can keep my naming conventions?
The text was updated successfully, but these errors were encountered:
andreElrico
changed the title
How to transtition from HeroLoader/Lazy-af to ngx-loadable ?
How to transitition from HeroLoader/Lazy-af to ngx-loadable ?
Dec 11, 2019
My currentProject has already 10+ entries in angular.json -> lazyModules
they all have the form:
"src/app/lazyModules/<HASH-VALUE>/m1.module"
(they are all called
m1.module
)I will not regenerate them all with scematics so this approach
<ngx-loadable module="m1" [show]="show"></ngx-loadable>
will not work (I believe).
Because of backend validation I cannot change my naming convention.
It looks like I have to go for "magic strings". How can I port my old modules and continue with scematics for the new ones?
Is there a way I can keep my naming conventions?
The text was updated successfully, but these errors were encountered: