Answer the question
In order to leave comments, you need to log in
How to find out the name of the selector of this component in the code of the Angular component?
For example, there is such a component.
@Component({
selector: 'app-test',
templateUrl: './app-test.component.html',
styleUrls: ['./app-test.component.scss']
})
export class Test {
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question