I have been trying to implement a template component for some time to fit groups of tr's into a tbody table (templates are the only thing apart from tr's that are acceptable).
Has anyone had luck extending template as a selector for example:
@Component({
selector: 'template [extended]', ...
})
and then in some other component html template to call the component like so?
<template extended></template>
When I try a simple example like above I'm getting Template parse and component on an embedded template errors