Which of the below code-snippet will help you to load a component using <my-component></my-component>?

@Component({
 selector: 'app-my-component',
 templateUrl: './my.component.html',
 styleUrls: ['./my.component.css']
})

@Component({
 name: 'my-component',
 templateUrl: './my.component.html',
 styleUrls: ['./my.component.css']
})

@Component({
 selector: '<my-component></my-component>',
 templateUrl: './my.component.html',
 styleUrls: ['./my.component.css']
})

@Component({
 selector: 'my-component',
 templateUrl: './my.component.html',
 styleUrls: ['./my.component.css']
})

Correct Option - d

To get all Infosys Certified Angular Web Developer Exam questions Join Group https://bit.ly/infy_premium_group

We're passionate about offering best placement materials and courses!! A one stop place for Placement Materials. We daily post Offcampus updates and Placement Materials.

Qtr No. 213, New Town Yehlanka Indore 454775

admin@prepflix.in