Is Lazy Loading out of Beta?

Is it production-ready? I can’t tell from scanning the internet

1 Like

See:

1 Like

I saw that, but noted that it says

“Since lazy loading is still beta/experimental”

1 Like

I think, I may be wrong, that there wasn’t an official statement saying “lazy loading is officially good for production”

But in the other hand, I use it in production since months and doesn’t face any problems, I guess I’m not the only one

About lazy loading strategy, I choose the easy way, each of my pages and components are declared in their own modules and I declare all providers in app.module.ts

1 Like

Gotcha, thanks so much reedrichards! Seems like enough time has gone by for it to be considered stable.

@wesleylau coolio, have fun :wink: