Preprocessing Angular templates before compiling
I’m trying to plug into the compile step and modify the AST to amend a data attribute to DOM elements (HTML templates).
I’m trying to plug into the compile step and modify the AST to amend a data attribute to DOM elements (HTML templates).