v1

latestOpenAPI 3.0.0Apache 2.02026-07-1784052.8 KB
Client

Initialize a new angular application with @angular/cli

post/client/boilerplate/init/angular

Request body

typestring

The type of client: monopackage or twopackage

namestring

The name of the Angular application that will be generated

outputstring

Name of your final Angular application folder.

Example request

{
  "type": "twopackage",
  "name": "pizzeria-website",
  "output": "angular-client"
}

Response

Success