@Component({
    selector: 'app-user-card',
    . . .
    })
  •  Any element with the attribute app-user-card, such as <div app-user-card></div>.
  •  The first instance of <app-user-card></app-user-card>.
  •  All instances of <app-user-card></app-user-card>.
  •  All instances of <user-card></user-card>.

By Neha S

Leave a Reply

Your email address will not be published. Required fields are marked *