I have a component "course". I use this component to a list. This list sometimes is horizontal and some times is vertical. Can I choose dynamicaly inside the component the template file?
@Component({
selector: 'course',
templateUrl: getTemplateFile()
})
Something like that would be great feature!