Angular JS - How to handle duplicated HTML code like headers/footers?

前端 未结 4 905
Happy的楠姐
Happy的楠姐 2021-02-01 06:14

I just read the introduction to Angular JS but I didn\'t see anything about a way to code up your HTML header code and footer code just once and have it included in all of your

4条回答
  •  無奈伤痛
    2021-02-01 06:41

    I suggest you move your tag to the end of the page to improve app load times since the html loading is not blocked by angular

    
    
       
    ...

提交回复
热议问题