What exactly does a selector do in angular 2?

前端 未结 3 1571
悲哀的现实
悲哀的现实 2020-12-14 06:11

What does the selector do in this case?

import { Component } from \'@angular/core\';
import { HighlightDirective } from \'./highlight.directive\';

@Componen         


        
3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-14 06:30

    In the second component, we export second component instead of My component. Correct me if I was wrong.

提交回复
热议问题