refactor: remove various leftover unused or deprecated code (#11091)
This commit is contained in:
committed by
Victor Berchet
parent
0cf5ece7f8
commit
4d7d2a2daa
@@ -114,8 +114,6 @@ export class UpgradeAdapter {
|
||||
/* @internal */
|
||||
private providers: Provider[] = [];
|
||||
|
||||
// the ng2AppModule param should be required once the deprecated @Component.directives prop is
|
||||
// removed
|
||||
constructor(private ng2AppModule: Type<any>) {
|
||||
if (!ng2AppModule) {
|
||||
throw new BaseException(
|
||||
|
||||
Reference in New Issue
Block a user