fix(build): add missing return types now enforced by linter
This commit is contained in:
@@ -326,7 +326,7 @@ export class ApplicationRef {
|
||||
|
||||
dispose() {
|
||||
// TODO: We also need to clean up the Zone, ... here!
|
||||
return this._hostComponent.dispose();
|
||||
this._hostComponent.dispose();
|
||||
}
|
||||
|
||||
get injector() { return this._injector; }
|
||||
|
||||
Reference in New Issue
Block a user