How to create component in angular | Creating first component in Angular | Angular Tutorial

preview_player
Показать описание
create component in angular from scratch using angular cli. you will understand how to create new component in angular in this video.
Creating angular component is important aspect if you are working with Angular.
You will create component in angular CLI using the generate command.
ng generate component ComponentName
OR the shortcut as shown below. In the following command the letter g stands for generate and the letter c stands for component
ng g c ComponentName
#createcomponentinangular #angular #angulartutorial #component
Chapters
00:08 create new component in angular
01:17 create componet in angular cli using generate command #AngularTutorial #AngularTutorialForBeginners
Complete Course Playlist:
==============
Angular Tutorial
Asp.Net Core Web API Tutorial
Asp.Net Core MVC Tutorial
Azure DevOps Tutorial For Beginners

Follow On Social Media
Рекомендации по теме
Комментарии
Автор

Thanks, your way of teaching is really great. Keep making up videos

hamzavlog
Автор

Nice explanation Nithish.... Eagerly waiting for the next video of this series... I have recommended my frds also to watch this video to learn Angular from scratch. Kindly post video continuously....

selvakumarv
Автор

Hello Sir, While generating component
Through ng g c compname

Showing nothing to be suggestions

gauravkumar