fix(examples): fix hello_world example (js)
Added missing path mapping for the new reflection module.
This commit is contained in:
parent
1863d50978
commit
3e57189e45
|
@ -8,6 +8,7 @@ System.paths = {
|
|||
'change_detection/*': './change_detection/lib/*.js',
|
||||
'facade/*': './facade/lib/*.js',
|
||||
'di/*': './di/lib/*.js',
|
||||
'reflection/*': './reflection/lib/*.js',
|
||||
'rtts_assert/*': './rtts_assert/lib/*.js',
|
||||
'examples/*': './examples/lib/*.js'
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue