Event Emitters Component Interactions in Angular Ionic

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

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

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

    Haribol, Radhe Radhe

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

    thanks for the tutorial brother. But the sound is too low, hard to understand. It's like whispering... But thank you, good info.

  • @RajinderYadav
    @RajinderYadav 3 года назад

    why are you not using the ionic cli ? if it does some extra work, using ng cli is a poor choice, as a result you don't need to manually create NgModule for each Component they way you're doing it, plus you're missing the routing module which is required for lazy loading, all provided by ionic cli.
    Also look into using angular reactive forms for inputs, the two-way-binding is a quick and sloppy way to do things, for example you can't even do validation.