Besides the added convenience, there is no reason for my landing page to be in an angular application with the added load performance overhead of loading the main bundle.
Is it possible to have a static landing page and lazy loading the rest of the angular app once the user clicks on any of the links that leave the landing page into the configured angular routes?