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

‘deep linking’ into ng lib/package not working #50

Closed
BryanWilhite opened this issue Mar 2, 2019 · 2 comments
Closed

‘deep linking’ into ng lib/package not working #50

BryanWilhite opened this issue Mar 2, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@BryanWilhite
Copy link
Owner

this issue continues from BryanWilhite/songhay-ng-workspace#5

@BryanWilhite BryanWilhite added the bug Something isn't working label Mar 2, 2019
@BryanWilhite BryanWilhite self-assigned this Mar 2, 2019
@BryanWilhite
Copy link
Owner Author

BryanWilhite commented Mar 2, 2019

ok: the error i reported in ng-workspace was from Edge which is why Google searches returned almost nothing; in the Chrome world, my issue is recognized here: angular/angular-cli#9651 from here: angular/angular-cli#9488

the current suspicion is that my issue might be kind of like this:

image

also: https://stackoverflow.com/questions/50243534/angular6-feature-module-lazy-loading-throwing-error-typeerror-undefined-is-not

@BryanWilhite
Copy link
Owner Author

BryanWilhite commented Mar 2, 2019

Songhay.Dashboard never had true lazy loading but in Angular >=6 there is a clearly a penalty for this bad design of mine: never load a module that you intend to lazy load; the modules of the lib i can import directly (which makes lazy loading moot) but the wrapper lib should only be marked for lazy loading

BryanWilhite added a commit that referenced this issue Mar 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant