Bind Angular inputs/outputs via data attributes -
is possible bind input , output properties using data attributes?
i'm trying see if can use angular 2+ within number different environments html editor strips out unknown tags. so, <ng-test [intest]="test" (outtest)="test()">ng test</ng-test>
becomes <p>ng test</p>
after editor processes code.
the same question apply *ngif
, *ngfor
etc. html editors strip away well.
does know if possible?
the editors ckeditor covered configuration allowed content (elements,attributes). https://docs.ckeditor.com/#!/guide/dev_advanced_content_filter
Comments
Post a Comment