feat(Reflection): extract reflection capabilities into a separate module
This commit is contained in:
@ -44,6 +44,7 @@ module.exports = function(config) {
|
||||
// Local dependencies, transpiled from the source.
|
||||
'/packages/core': 'http://localhost:9877/base/modules/core/src',
|
||||
'/packages/change_detection': 'http://localhost:9877/base/modules/change_detection/src',
|
||||
'/packages/reflection': 'http://localhost:9877/base/modules/reflection/src',
|
||||
'/packages/di': 'http://localhost:9877/base/modules/di/src',
|
||||
'/packages/facade': 'http://localhost:9877/base/modules/facade/src',
|
||||
'/packages/test_lib': 'http://localhost:9877/base/modules/test_lib/src',
|
||||
|
Reference in New Issue
Block a user