Combining Polymer and Razor -
Is there any way to combine razor (CS HTML) with polymer elements? Or is it mandatory that a polymer element HTML should be imported?
Thank you in advance!
You can add any template engine in any way:
- Compiling custom templates to create HTML output
- Using / creating polymers' built-in event callback custom alignment to dynamically compile custom template code on runtime with client side compiler < / Li>
Therefore, using polymers, you can use your template engine You can not stop searching for a way that you did with your other client-side applications first.
Comments
Post a Comment