refactor(various): remove a few lingering but unused deprecated apis (#10896)
Removes deprecated APPLICATION_COMMON_PROVIDERS, as well as some internal apis that were deprecated.
This commit is contained in:
@ -75,8 +75,6 @@ export class Parse5DomAdapter extends DomAdapter {
|
||||
|
||||
logGroupEnd() {}
|
||||
|
||||
getResourceLoader(): Type<ResourceLoader> { return ResourceLoader; }
|
||||
|
||||
get attrToPropMap() { return _attrToPropMap; }
|
||||
|
||||
query(selector: any /** TODO #9100 */) { throw _notImplemented('query'); }
|
||||
|
Reference in New Issue
Block a user