Giter Club home page Giter Club logo

Comments (5)

atscott avatar atscott commented on April 28, 2024 1

This seems likely to be an esbuild issue rather than anything to do with framework specifically. Note that your loadChildren does not have to be an import statement and in your case, there's no value in it since the file is already loaded. You can just change the loadChildren function to return the routes variable again: https://stackblitz.com/edit/stackblitz-starters-bgjmmw?file=src%2Frecursive.component.ts

@clydin Any additional thoughts here?

from angular.

WhatsThatItsPat avatar WhatsThatItsPat commented on April 28, 2024

Wow, I've never seen loadChildren without an import. Thanks for the solution.

I've been doing it my previous way for a few years and was surprised when it didn't work. I'll leave it up to y'all to decide if this is a real issue to fix.

from angular.

hiepxanh avatar hiepxanh commented on April 28, 2024

Wew it was introduce in angular 15 but esbuild broken lazyload

from angular.

clydin avatar clydin commented on April 28, 2024

As mentioned above, since the module is importing itself, there is no lazy loading in the recursive scenario. The ES module is already loaded and all members are available for direct access. There's no benefit to self importing. Circular imports are generally discourage as well. ES modules are also effectively singletons so the comment from the code of load another version of itself is technically not correct either.
However, while this does appear to be a defect in the bundler, this will most likely remain a low-priority defect as there appears to be no real world use case for this construct.

from angular.

atscott avatar atscott commented on April 28, 2024

Thanks @clydin. Iā€™m going to closing this then as an issue with the bundler with an easy workaround.

from angular.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.