Django with Angular 2

后端 未结 4 759
暗喜
暗喜 2020-12-22 21:01

I want to integrate Angular 2 with Django and I have some questions to make.

  1. How can I change the interpolation syntax for Angular 2 from {{ }}

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-22 21:53

    There is a verbatim tag in Django ,
    which can be used to ignore the {{}} tag inside verbatim block
    Check here

提交回复
热议问题