Different type of selectors and call methods
selector: 'app-root' call method <app-root></app-root> Using Class method selector: '.app-root' call method <div class="app-root"></div> Using attribute method selector: '[app-root]' call method <div app-root></div>