Skip to content

Commit 3e57189

Browse files
urishrkirov
authored andcommitted
fix(examples): fix hello_world example (js)
Added missing path mapping for the new reflection module.
1 parent 1863d50 commit 3e57189

File tree

1 file changed

+1
-0
lines changed
  • modules/examples/src/hello_world

1 file changed

+1
-0
lines changed

modules/examples/src/hello_world/main.es5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ System.paths = {
88
'change_detection/*': './change_detection/lib/*.js',
99
'facade/*': './facade/lib/*.js',
1010
'di/*': './di/lib/*.js',
11+
'reflection/*': './reflection/lib/*.js',
1112
'rtts_assert/*': './rtts_assert/lib/*.js',
1213
'examples/*': './examples/lib/*.js'
1314
};

0 commit comments

Comments
 (0)