mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7ed57f29ea
Previously the typescript override keyword was not on these methods. Now that devtools uses the tslint config in angular/angular (because of the no-implicit-override-abstract rule) we need to add these key words explicitly to method overrides. That is what this commit does.