Angular 8 : Create Your First Custom Component | Java Techie

preview_player
Показать описание
This video explain you How to create custom component using Angular CLI

#javatechie #Angular8

GitHub:

Blogs:

Facebook:

guys if you like this video please do subscribe now and press the bell icon to not miss any update from Java Techie
Рекомендации по теме
Комментарии
Автор

Great Java Techie keep doing... wonderful

sebkounta
Автор

Hi, any one using this for the first time might face error when tried the command (ng generate component myComponent) to create component as

+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess

To solve this check user rights using : Get-ExecutionPolicy –List (if you find "undefined" for current user; it means the current user does not have rights to execute cmd.)
So to solve this use command: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Then rerun the command: ng generate component myComponent
Waah thats it. It's done Thanks

rakeshkr
Автор

How does it identifies which ts file to call?

sarojsahoo