mgechev / mgechev/lazy-loading-routes-angular2
componentProxyFactory - Cannot find name 'System'.
- Dominant language
- JavaScript
- Stars
- 18
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Hi
Am trying to implement lazy loading in AngularJS 2. your componentproxy component is simple great. i tried to implement the same, but i get error while loading component using path.
System.import(provider.path)

it seems "System" is not module which can be imported from angular2 libraries. how to import system into the component or how to load component dynamically using relative path.
this will help to solve my routing issue.
thanks
sendil
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the componentproxy usage described in the issue and the call to System.import(provider.path), then inspect how this project configures module loading. Confirm what change is needed for the component to load from a relative path without the “Cannot find name 'System'” error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angularjs, javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100