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

Поділитися
Вставка
  • Опубліковано 20 лют 2024
  • 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.

КОМЕНТАРІ • 28

  • @user-if2ph3tk8r
    @user-if2ph3tk8r 2 місяці тому +1

    Keep creating great videos

    • @ARCTutorials
      @ARCTutorials  2 місяці тому

      Thanks, will do! Thanks for liking the tutorials 👍

  • @rodneytapit5636
    @rodneytapit5636 3 місяці тому +1

    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.

    • @ARCTutorials
      @ARCTutorials  3 місяці тому

      Hi Buddy. I will be covering Signals and much more in detail in coming videos

    • @randisa3600
      @randisa3600 2 місяці тому

      for now this error, solution is :
      @Input() message:string = " "; change message = input();
      {{message}} change {{ message() }}
      and for output use syntax :
      messageEvent = output();
      this is include EventEmitter..
      it's work for now...

  • @suvethav3453
    @suvethav3453 5 місяців тому

    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

    • @ARCTutorials
      @ARCTutorials  5 місяців тому

      Hi buddy. Yes rolling more this week. Got caught up with work

  • @guillaumeparicio139
    @guillaumeparicio139 5 місяців тому +1

    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 😎

    • @ARCTutorials
      @ARCTutorials  5 місяців тому

      We can do that too. Its really simple and straight forward

  • @mahdiandalib186
    @mahdiandalib186 5 місяців тому +2

    thx man, plz create full web using angular

  • @medsalemdeddah8853
    @medsalemdeddah8853 5 місяців тому +1

    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

    • @ARCTutorials
      @ARCTutorials  5 місяців тому +1

      Thank you for your kind words and suggestions. I understand some concepts may be repeated but in greater intessrest of folks i thought it would help to compare

    • @randisa3600
      @randisa3600 2 місяці тому

      for now this error, solution is :
      @Input() message:string = " "; change message = input();
      {{message}} change {{ message() }}
      and for output use syntax :
      messageEvent = output();
      this is include EventEmitter..
      it's work for now...

  • @revathipathiyarabati1359
    @revathipathiyarabati1359 5 місяців тому +2

    Explain about ssr and hydration?

    • @ARCTutorials
      @ARCTutorials  5 місяців тому

      That also i will cover in detail soon 👍

  • @CHANDRASHEKHAR-hk8sq
    @CHANDRASHEKHAR-hk8sq 5 місяців тому +2

    Share the notes

  • @randisa3600
    @randisa3600 2 місяці тому

    for now this error, solution is :
    @Input() message:string = " "; change message = input();
    {{message}} change {{ message() }}
    and for output use syntax :
    messageEvent = output();
    this is include EventEmitter..
    it's work for now...

  • @medsalemdeddah8853
    @medsalemdeddah8853 5 місяців тому +2

    plz share the notes

    • @ARCTutorials
      @ARCTutorials  5 місяців тому +2

      I will upload them in the github repo soon

  • @user-sl3sj9lr2c
    @user-sl3sj9lr2c 4 місяці тому +1

    Sir I got errors from evnt ....

  • @aakashrathod390
    @aakashrathod390 2 місяці тому +1

    Can I get the code for the entire project?

    • @aakashrathod390
      @aakashrathod390 2 місяці тому +1

      I am getting errors even though I am coding the right thing with you

    • @ARCTutorials
      @ARCTutorials  2 місяці тому

      I will make the source code available in github after we start actual project mapping

  • @parthdarji3577
    @parthdarji3577 3 місяці тому +1

    please work on your voice its not audible .

    • @ARCTutorials
      @ARCTutorials  3 місяці тому

      Sure. I have fixed the audio issues in further videos

  • @nidhib2545
    @nidhib2545 12 днів тому

    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 !