X Tutup
Skip to content

Interpolated text is not always projected correctly #3163

@tbosch

Description

@tbosch

This fails to project:

@Component({
  select: 'a'
})
@View({
  template: '<div><ng-content></ng-content></div>'
})
class A {}

Main template:
<a>{{1+2}}</a>

Reason: In the ProtoViewMerger we don't add new ng-binding classes to elements into which bound elements are projected.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup