17_creating_a_new_component

6:51 1 સ્પીકર 2 પ્રકરણો 166 સેગમેન્ટ્સ

સ્પીકર

પ્રકરણો

  1. 0:02

    Components are important, right? That is why we start with one, with the app component. It, on the one hand, is a normal Angular component, but on the other hand, it's also kind of special because it serves as our root component. It's in th…

  2. 5:02

    The selector should be a string and here you may set up any name you want, but you should make sure that it is a unique selector, that you don't accidentally overwrite a default HTML element or something like this. So typically you prefix i…