I wanted to know how can I specify a route as async. I am working on a company project with Angular 2 and I though async routes would be better than load all contents as one chunk
The resources specified via async routes are deferred to download on the initial page load. They will be downloaded in the background once the app has finished loading the mandatory routes and resources.
Rajkumar
Fullstack Developer.
What do you want to know? Did you do something already which is not working? Or you want to learn async routes?