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
Including a space after templateUrl, e.g. templateUrl : './home.template.html' instead of templateUrl: './home.template.html' causes the router to throw Failed to load about.template.html at runtime.
Obviously this can be worked around, but a coworker who prefers spaces after his properties was about ready to flip his keyboard today when trying to load a template, and this could be a gotcha for other developers unaware of this restriction.
Including a space after
templateUrl
, e.g.templateUrl : './home.template.html'
instead oftemplateUrl: './home.template.html'
causes the router to throwFailed to load about.template.html
at runtime.Obviously this can be worked around, but a coworker who prefers spaces after his properties was about ready to flip his keyboard today when trying to load a template, and this could be a gotcha for other developers unaware of this restriction.
PatrickJS/PatrickJS-starter#733 (comment)
The text was updated successfully, but these errors were encountered: