Angular - Commands - New

New

This function is used to setup a new angular application.

1
Ng new bulletinUi

Creates a folder named bulletin, prepares a basic project with a module named app

This is slow – 5 minutes? It will create a folder structure and load up angulars massive control library.