Issue
Adding property/event bindings to <ng-content> (attributes that are not explicitly supported APIs) currently no-op. They should be an error, as the attributes will be completely lost.
Reproduction
https://stackblitz.com/edit/angular-gitter-hm6egs?file=app%2Fapp.component.ts
Issue
Adding property/event bindings to
<ng-content>(attributes that are not explicitly supported APIs) currently no-op. They should be an error, as the attributes will be completely lost.Reproduction
https://stackblitz.com/edit/angular-gitter-hm6egs?file=app%2Fapp.component.ts