Angular CLI in ASP.NET Core 2 Angular template?

后端 未结 3 1094
广开言路
广开言路 2020-12-03 04:22

I know the basics of Angular and ASP.NET Core 2, but not on the level that would allow me to understand how this template works.

I tried generating components using

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-03 04:32

    in .angular-cli.json in part "apps" replace "./src" to "src"

    "apps": [ { "root": "src", "outDir": "dist",

提交回复
热议问题