You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I modified src/components/test.component.ts:
Rather than using 'template', I moved html content to an external .html file and loaded it using 'templateUrl'.
I am facing this error: Unhandled Promise rejection: Failed to load app.html ; Zone: ; Task: Promise.then ; Value: Failed to load app.html undefined
The text was updated successfully, but these errors were encountered:
I modified src/components/test.component.ts:
Rather than using 'template', I moved html content to an external .html file and loaded it using 'templateUrl'.
I am facing this error:
Unhandled Promise rejection: Failed to load app.html ; Zone: ; Task: Promise.then ; Value: Failed to load app.html undefined
The text was updated successfully, but these errors were encountered: