Serving static html outside Angular4

前端 未结 4 1530
说谎
说谎 2020-12-16 12:37

I am a beginner in Angular 4/ Angular 2. I am building an app which consists of

1) static html files( aboutus.html, pricing.html, contact us.html etc), with corresp

4条回答
  •  醉酒成梦
    2020-12-16 13:08

    You can't use the router to integrate static html pages, but you still can use normal HTML links. There is no need to name the file that contains the Angular application index.html

提交回复
热议问题