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 have been trying to work with templateUrl instead inline template, but i'm getting error "zone.js:388Unhandled Promise rejection: Failed to load test.html"
The text was updated successfully, but these errors were encountered:
I haven't worked on this repo in awhile, but I may freshly fork it again and make a bunch of massive updates. For instance, typings is basically dead and replaced by Microsoft's @types. I think inline templates are a "best practice", but I like using templateUrl as well, so I think that people should have that option. There are some good starter projects out there, but they're almost all way too large. I find that I need something like @schempy has again 😄.
I am working on a side project as well as putting in a lot of hours for my job, so we'll see when I get around to it...
@gowthamnandan The value to be used in templateUrl (in this case) is the path relative to the project's root. e.g. templateUrl: './app/index/index.component.html'.
I have been trying to work with templateUrl instead inline template, but i'm getting error "zone.js:388Unhandled Promise rejection: Failed to load test.html"
The text was updated successfully, but these errors were encountered: