Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 559 Bytes

createDevon4ngProject.asciidoc

File metadata and controls

17 lines (9 loc) · 559 Bytes

Create devon4ng project

<% if (cdCommand) { %>

Prerequisites

The angular-cli, namely the ng command has to be available either by using the provided package from devonfw-ide or by installing it via the NPM package manager.

As the project should be created at <%= cdCommand; %>, make sure that this directory exists before proceeding with the next step.

<% } %>

Creating the Angular project

Use the ng command to create the project <%= projectName; %>:

devon ng create <%= projectName; %><% if(ngParams){ %><%= ngParams; %><% } %>