Angular-5 setup using Angular CLI(Command Line Interface)

Опубликовано: 09 Ноябрь 2017
на канале: Shahbaaz Khan
14,924
98

This video explains a quick and simple way to set up the latest version of Angular which is angular 5 using Angular CLI. First I update the node to latest version. Then I download the Angular Cli. Then I write a single line command to create a project. Then I go to the project directory in my cmd(command prompt).Then I run the app using the cli.

Commands used after updating node:

1. npm install -g @angular/cli - This command installs Angular's Command Line Interface.
2. ng new "your project name" - This CLI command creates a new project with the name of your choice.
3. cd "new project directory" - This command changes the directory to go inside the newly created project.
4. ng serve - This will bundle and start the application


На этой странице сайта вы можете посмотреть видео онлайн Angular-5 setup using Angular CLI(Command Line Interface) длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Shahbaaz Khan 09 Ноябрь 2017, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 14,924 раз и оно понравилось 98 зрителям. Приятного просмотра!