Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ func
Function
func
packages/zone.js/test/rxjs/rxjs.util.ts:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
export
function
supportFeature(Observable: any, method: string) {
10
const
func =
function
() {
11
return
!!Observable.prototype[method];
12
};
13
(func as any).message = `Observable.${method} not support`;
14
}
Callers
1
execTimed
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected