[angular/angular] feat(compiler): Support comments in html element. (PR #67179)
DRANK

(It's a WIP we haven't discussed don't get too excited 🙂) ``` <div // comment 0 /* comment 1 */ attr1="value1" /* comment 2 spanning multiple lines */ attr2="value2" ></div> ```

github.com
Related Topics: Angular
1 comments