feat(core): Moving Renderer3 into @angular/core (#20855)
PR Close #20855
This commit is contained in:

committed by
Igor Minar

parent
bc66d27938
commit
0fa818b318
@ -90,9 +90,6 @@ System.import('@angular/core/testing')
|
||||
return System.import(path).then(function(module) {
|
||||
if (module.hasOwnProperty('main')) {
|
||||
module.main();
|
||||
} else {
|
||||
throw new Error(
|
||||
'Module ' + path + ' does not implement main() method.');
|
||||
}
|
||||
});
|
||||
}));
|
||||
|
Reference in New Issue
Block a user