How to deploy an app generated by Angular Generator

Official Content
This documentation is valid for:

An application generated for Angular has the following main parts:

  • Front-end, to be deployed to an HTTP Server
  • REST Services, to be deployed to an Application Server
  • Database

Deploying the Front-end

You can find more information about this topic in this article: HowTo: Deploy Front-end applications to a Cloud Provider Object Storage.

Deploying the Services

Create a Deployment Unit object with your main object and deploy the services like described in Application Deployment tool.

Database

See Export Reorganization for more information.