#47 Custom Attribute Directive | Creating & Using Custom Directive | A Complete Angular Course

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

Комментарии • 20

  • @x0z59
    @x0z59 Год назад +2

    I like the way you teach, bro. Your channel will grow.

  • @wilsonwil657
    @wilsonwil657 Год назад +1

    Well explained, great explaination

  • @MuhammadBilal-ec6cj
    @MuhammadBilal-ec6cj 10 месяцев назад

    Very Well Explained.

  • @sona4612
    @sona4612 Год назад +1

    Awesome tutorial 🔥🔥

  • @tdwjiaodja
    @tdwjiaodja Год назад

    Thank you so much! Repeating really helps to memorize

  • @williamt.roberts4771
    @williamt.roberts4771 Год назад +3

    Where is the code for Video 47? I am not seeing it in the repo.

  • @ruman-demo
    @ruman-demo 11 месяцев назад +2

    @procademy, i cannot find the ANGULAR-EKART MODULE in the git repository
    please update the complete repository

  • @HasinthaWeragala
    @HasinthaWeragala 4 месяца назад +2

    sir, why not use a css class to change the background? what is the advantage over a class by using a custom directive.?

  • @poojajagtap7349
    @poojajagtap7349 7 месяцев назад

    Very helpful

  • @mohamadnourbader1068
    @mohamadnourbader1068 8 месяцев назад

    first, thanks for this great series, in 16:17 you are talking about the variable defined in the constructor.
    from my work and search I found I can use the var of constructor inside the component without the need to assign it to another Vars. are there the same?

    • @procademy
      @procademy  8 месяцев назад +1

      That is a typescript feature I have already covered in one of the lectures in the dependency injection section.

  • @jackofnotrades15
    @jackofnotrades15 7 месяцев назад

    Do you plan to create Rxjs and NgRx course? Would be a great addition

  • @Paul__351x
    @Paul__351x 6 месяцев назад

    Optimistically, fantastic news - the confirmation of your Sales Incentive payment has been processed!

  • @TheNeraxes
    @TheNeraxes Год назад

    This angular series is awesome :)
    Name of the VSCode theme please :D

    • @sillas_head
      @sillas_head Год назад

      He's using the Monokai theme!!

  • @shivankgoel7194
    @shivankgoel7194 Год назад

    In angular 17 there is no modules.ts and when I am importing the background directive in the component it is not working how to fix it

    • @procademy
      @procademy  Год назад +3

      From angular 17, Angular uses statndalone component by default. And in standalone components, app.module is not required. I have not covered standalone components yet...i am going to cover it in future lectures. But for now, try creating an angular project using following angular cli command: ng new project-name --no-standalone. This will create a regular angular project with app.module.

    • @sumitchakraborty9680
      @sumitchakraborty9680 8 месяцев назад

      Please update the git with the code ​@@procademy

  • @andinofaturahman3649
    @andinofaturahman3649 Год назад

    can component use custom directive ?

  • @paras.p
    @paras.p 11 месяцев назад

    Do this in angular17