angulardart/angular

angular plugin can't find the transclusion when the template is in a const string

jodinathan opened this issue · 1 comments

Captura de Tela 2020-08-30 às 23 50 22

const advformBaseTemplate = '''
  <ng-content select="main"></ng-content>
''';

@Component(
  selector: 'advform-form',
  template: advformBaseTemplate,
  visibility: Visibility.all)

We are no longer supporting the plugin