diff --git a/modules/examples/src/hello_world/main.es5 b/modules/examples/src/hello_world/main.es5 index bde7f994b1..fa129dac44 100644 --- a/modules/examples/src/hello_world/main.es5 +++ b/modules/examples/src/hello_world/main.es5 @@ -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' };