Example url that works: http://localhost:8088/homedetail/Example url that doesn't work: http://localhost:8088/homedetail/1
Error: (SystemJS) Error: XHR error (404 Not Found) loading http://localhost:8088/homedetail/app/app.jsat XMLHttpRequest.wrapFn [as _onreadystatechange] (http://localhost:8088/node_modules/zone.js/dist/zone.js:769:30)at ZoneDelegate.invokeTask (http://localhost:8088/node_modules/zone.js/dist/zone.js:356:38)at Zone.runTask (http://localhost:8088/node_modules/zone.js/dist/zone.js:256:48)at XMLHttpRequest.ZoneTask.invoke (http://localhost:8088/node_modules/zone.js/dist/zone.js:423:34)
Error loading http://localhost:8088/homedetail/app/app.js
export const routes: RouterConfig = [{ path: '', component: Login },{ path: 'login', component: Login },{ path: 'register', component: RegisterUser },{ path: 'portalhome', component: PortalHome, canActivate: [AuthGuard] },{ path: 'customerprofile', component: CustomerProfile, canActivate: [AuthGuard] },{ path: 'homedetail/:homeId', component: HomeDetail, canActivate: [AuthGuard] }];
--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
<!DOCTYPE html>
<html>
<head>
<base href="/" />
...
--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.