I have a component course. I use this component in the list. This list is sometimes horizontal and several times vertical. Can I select the dynamics inside a component in a template file?
@Component({
selector: 'course',
templateUrl: getTemplateFile()
})
Something like this would be a great feature!
source
share