Open vajahath opened 1 year ago
https://github.com/ferranJS/discordish/blob/main/angular/src/main.ts#L35
Here the variables are already loaded. You are just referencing them right?
Should this be like:
loadChildren: () => import("path/to/component").then(theModule=>theModule.route)
Just asking out of my curiosity.
Hi! I think you are right. If I don't wait for the promise, then it is just "normal-loading" it. When I get back to this project I'll recheck everything. Thank you very much for commenting!
https://github.com/ferranJS/discordish/blob/main/angular/src/main.ts#L35
Here the variables are already loaded. You are just referencing them right?
Should this be like:
Just asking out of my curiosity.