Question

I have created SPFx webpart with angular2 and implemented routing and navigation but facing issue as below image:

Error:

enter image description here

1. WebPart structure:

enter image description here

2. app-routing.module.ts file

enter image description here

3.app.module.ts file

enter image description here

Was it helpful?

Solution

In Component.ts file have to change template url like this

enter image description here

Instead of,

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top