Currently, I am working on an Angular 5 application that is being served using ngExpressEngine (built off the Angular Universal starter project). Within my app, there is a component that makes an HTTP request to fetch some data for display purposes. Everything functions as intended; however, when I use Google's fetch tool as a bot, it returns the rendered page without any of the requested data. Is there a way to configure the ngExpressEngine server to wait for HTTP requests to be fulfilled before rendering the page back to the user?