ASP.Net MVC Angular 2 Final

前端 未结 3 840
陌清茗
陌清茗 2021-02-03 11:06

Has anyone tried Angular 2 RC Final with ASP.Net MVC?

I am having trouble with configuring Angular 2 RC 6 with ASP.Net MVC, till beta 17 everything was working fine.

3条回答
  •  醉酒成梦
    2021-02-03 11:27

    you have to add

    /// 
    

    on top of your main.ts or bootstrap.ts that will remove typings error

    reference is included in

    angular2-in-memory-web-api

提交回复
热议问题