You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR adds support for <div x:y="z"> and <div [attr.x:y]="z">. However, we may want to either test that <div [x:y]="z"> is allowed, or specifically reject it. The PR likely does the former, but does not add tests if that's what we want.
Opening a TODO assuming that #60 gets merged.
This PR adds support for
<div x:y="z">and<div [attr.x:y]="z">. However, we may want to either test that<div [x:y]="z">is allowed, or specifically reject it. The PR likely does the former, but does not add tests if that's what we want.