This repository was archived by the owner on Apr 8, 2020. It is now read-only.
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
How to use prerendered templates by Asp.Net MVC Core Razor Engine as Angular2 template #838
Closed
Description
Hi, I have a Controller/Action which renders a view in an Angular2 template syntax, available on url /angular-templates/navmenu-top
. Typing this url in a browser, renders out html, so I know it works.
When I set the templateUrl
in a @Component
attribute to /angular-templates/navmenu-top
, I get this error:
./ClientApp/app/components/navmenu/navmenu-top.component.ts
Module not found: Error: Can't resolve './/angular-templates/navmenu-top' in 'C:\Projects\...ClientApp\app\components\navmenu'
@ ./ClientApp/app/components/navmenu/navmenu-top.component.ts 21:18-55
@ ./ClientApp/app/app.module.ts
@ ./ClientApp/boot-client.ts
@ multi event-source-polyfill webpack-hot-middleware/client?path=%2F__webpack_hmr ./ClientApp/boot-client.ts
Do I need to change any webpack config, add any loader?
Thank you.
Metadata
Metadata
Assignees
Labels
No labels