Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(demo-app): resolve mapping paths in relative. (#566)
* Currently, the demo app is mapping its core and components absolutely (`/`), which is working perfectly for the served application * This commit changes the absolute mapping paths to relative paths. This allows developers, to serve the demo-app also in sub-directories. Also this is required for some bundlers, for example SystemJS Builder is not able to build a bundle of the demo app, with absolute paths, because the baseURL may be different. References #553
- Loading branch information