Advancements in Angular by Jeremy Elbourn

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

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

  • @hansschenker
    @hansschenker 5 лет назад +3

    Very well crafted presentation on Angular - Angular CDK is a very good fit to Angular!

  • @bamnjphoto
    @bamnjphoto 5 лет назад +3

    Right on time, I been heavily studying Angular for the last 3 months.

    • @TayambaMwanza
      @TayambaMwanza 4 года назад +1

      Just in case you haven't found i recommend the channel fireship

  • @aram5642
    @aram5642 4 года назад

    It's been a costly rework to Ivy. I hope it was not a wasted effort. And look forward to seeing now more API improvements.

  • @hansschenker
    @hansschenker 5 лет назад +4

    Angular = Microsoft Technologies (Typescript, Reactive Extensions) + Google Engineering Skills!

  • @refactoredcodes
    @refactoredcodes 4 года назад

    mixer is not really a good example if you want to sell Angular to new developers. There is UI is super confusing and super slow just like microsoft's operating system. And, it does prove that Micorsoft developers built this site.

  • @pr0master
    @pr0master 5 лет назад

    The Angular template component engine will not make it in the future. A bunch of annotations in typescript and a crap of syntaxt integration in HTML. React is a much better template engine.

    • @TayambaMwanza
      @TayambaMwanza 4 года назад +1

      I'm pretty sure typescript is here to stay so betting on that was good, Vue uses angulars template engine, I suppose they could always add an alternative through updates

    • @pr0master
      @pr0master 4 года назад

      @@TayambaMwanza well, typescript does not realy help you if it means using a html template system, with alot of custom html element crap. In react, you have complete type safety. Angular is more like a framework, I am comparing only the template engine.

    • @TayambaMwanza
      @TayambaMwanza 4 года назад +1

      @@pr0master true, typescript shines more in react than in angular, anyway like I mentioned of template system really starts to become an issue worth reconsidering then alternative will be introduced at some point