Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to transitition from HeroLoader/Lazy-af to ngx-loadable ? #32

Open
andreElrico opened this issue Dec 11, 2019 · 0 comments
Open

How to transitition from HeroLoader/Lazy-af to ngx-loadable ? #32

andreElrico opened this issue Dec 11, 2019 · 0 comments

Comments

@andreElrico
Copy link

andreElrico commented 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?

@andreElrico andreElrico changed the title How to transtition from HeroLoader/Lazy-af to ngx-loadable ? Dec 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant