Migrating Angular project to AngularCLI with ‘ng new {appName} –dry-run’

ng new {appName} --dry-run

or

ng new {appName} -d

outputs the files with the standard folder structure following the angular best practices without actually creating the files in the directory.

This helps to understand the AngularCLI folder structure and copy existing application files to emply CLI project.

dryrun

Join Discussion

This site uses Akismet to reduce spam. Learn how your comment data is processed.