Angular 17 Tutorial #16 - Angular @Input and @Output | Angular 17 Tutorial For Beginners

preview_player
Показать описание
angular 17 tutorial, angular 17 tutorial for beginners, angular 17 @input @output , angular 17 standalone components, angular cli, angular 17 crud, angular 17 features, angular 17 full tutorial, angular 17 complete tutorial, angular 17 live project, angular 17 project, angular 17 crud tutorial, angular 17 best tutorial, angular 17, angular 17 signals, angular 17 defer, angular 17 components, angular 17 templates, angular 17 course, angular 17 full project, angular 17 ssr, angular 17 routing, angular 17 crash course

Angular 17 Tutorial, Angular 17 Tutorial For Beginners, Angular full tutorial, Angular learn angular applications, angular 17 crud, angular 17 live project, How to develop Angular Apps, Angular tutorials building and deploying Angular Apps, Building angular applications in Angular 17, Learn to build Angular 17 applications, Angular build and deploying applications, angular 17 building and deploying in Angular Apps, angular Apps build and deployment in Angular 17, 16, 15, 14, 13, 12, 11, 10, 6,7,8, 9, angular 8 example,

Angular 17 tutorial for beginners, angular 17 tutorials, angular tutorials for beginners, angular interview questions and answers, angular live projects, angular 17 crash course, angular 17 tutorial for beginners step by step, angular tutorial for beginners 2024,angular tutorial 2024,angular code examples, angular for freshers, angular tutorial for experienced, arc tutorials angular, arc tutorials, angular 17 full course, angular 10 tutorial for beginners, angular 10 tutorial

Angular 17 tutorial for beginners, angular 17 crash course, angular 17 tutorial for beginners step by step, angular tutorial for beginners 2024, angular tutorial 2024, arc tutorial angular, angular code examples, angular for freshers, angular tutorial for experienced, angular introduction, angular version history, angular full tutorial series, best angular tutorial.
Рекомендации по теме
Комментарии
Автор

Nicely done, following along as a .Net developer trying to learn angular

Javlini
Автор

Thank you so much for this tutorial; it has had a profound impact.

okeluelazarus
Автор

Nice, very helpfull vidéo. Did you plan to do a tutorial on a minimal highcharts intégration ? For example with a refreh based on a button requesting to a free api should cool 😎

guillaumeparicio
Автор

hi sir
I have completed all your 16 tutorial videos. Requesting you to upload further videos and help in completing this project crew-management. Thanks for the content sir

suvethav
Автор

Angular 17 now has much updated input and output syntax including using signals also model input for by directional communication. This should be mentioned in this video otherwise a student won't know of its existence of new approach to input/output.

rodneytapit
Автор

thx man, plz create full web using angular

mahdiandalib
Автор

this tutorial started great but became very redundant and time-consuming around the 12th episode when you started comparing Angular 17 with the previous versions.
I hope you upload the next videos as soon as possible and pace up a little bit because the last few videos were very redundant and could've been resumed in less time

medsalemdeddah
Автор

for now this error, solution is :
@Input() message:string = " "; change message = input<string>();

<p>{{message}}</p> change <p>{{ message() }}</p>

and for output use syntax :

messageEvent = output<string>();

this is include EventEmitter..

it's work for now...

randisa
Автор

Can I get the code for the entire project?

aakashrathod
Автор

please work on your voice its not audible .

parthdarji
Автор

Hi sir, i got below error ..

X [ERROR] TS2552: Cannot find name 'Input'. Did you mean 'oninput'? [plugin angular-compiler]

   
      11 │ @Input() message1 :string ="";
         ╵ 

  'oninput' is declared here.


Remedy:

gouseahmed
Автор

you created crew-designation as standalone =false and now u r using as standalone = true !
due to this error is coming as u haven't brought it into the notice !

nidhib