I deployed an Angular 6 application on Google App Engine. The app.yaml config looks like that:
runtime: python27 api_version: 1 threadsafe: true skip_files:
Update your flask server so that "/" and "/route" both return your angular index.html. This way angular will handle the routing to display the right content when it's returned by GAE/flask.