#02 : Angular Hello World Program - Step by Step
In this video we will learn
1. how to create new project from scratch using angular cli.
2. How to run angular app.
For this, we will use Visual Studio Code as the editor. Visual Studio Code is free and you can use it on any platform - Windows, Mac or Linux. If you have not installed it already, please install it by downloading from the following link.
https://code.visualstudio.com/download
To create a new Angular Project, open Command Prompt as an Administrator and execute the following command. This command creates all the required files and also installs all the required packages. Depending on your computer and internet connection speed, this command takes a few minutes to complete.
ng new ProjectName
ng - Angular CLI
new - creating a new application
ProjectName - you have to mention your project name
Now, go to the folder (ProjectName) that contains our angular project, by executing the following command. cd stands for change directory
cd ProjectName
Now execute the following command at the command prompt to open the project folder in Visual Studio Code. Notice there is a single space and a DOT after the word code.
code .
At this point in Visual Studio Code you will see all the Angular project files. Also notice node_modules folder, that conatins all the installed packages.
To run the project using Angular CLI, type the following command at the command prompt. This command builds the application and opens it in our default browser. By default the application runs on port 4200. We can change this port number if required.
ng serve --open
To stop the server, press CTRL + C while you are on the command prompt and then "Y" and ENTER key. This will stop the server.
-----------------------------------------------------------------------------------------------
Angular 6 : User Registration
https://www.youtube.com/playlist?list=PLA99Wo5xL7pOqg9R48ffqJVcVNWhvdRul
Angular 4 Tutorial
https://www.youtube.com/playlist?list=PLA99Wo5xL7pO7OKKOeNPxmlmIp7LtNwDi
React JS with Web API Tutorial
https://www.youtube.com/playlist?list=PLA99Wo5xL7pOy6FHPwMkgcdwpgRMJcjB2
ASP .Net Core Web API Complete Tutorial
https://www.youtube.com/playlist?list=PLA99Wo5xL7pOGBZyIHiGhpTXB26_dxBSK
ASP .Net Web API Step by Step
https://www.youtube.com/playlist?list=PLA99Wo5xL7pPXvDy5eHrHSpL82B6XZDvK
C# Easy To Learn
https://youtube.com/playlist?list=PLA99Wo5xL7pNyFCj01roPtL-zKoqQZEIx
Learn SQL Server
https://www.youtube.com/watch?v=-q4HT-od9ds&list=PLA99Wo5xL7pPjVP8KKXqB1G5xkU8dr5-Y
SQL Server DB Project
https://www.youtube.com/playlist?list=PLA99Wo5xL7pPzOuHYg8LNpEsWYniEGV8g
Postman Tutorial
https://www.youtube.com/playlist?list=PLA99Wo5xL7pP7mEIESTvULkI1ZeNOSQco
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «#02 : Angular Hello World Program - Step by Step», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.