Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ hasPipes
Method
hasPipes
packages/core/schematics/utils/parse_html.ts:180–182 ·
view source on GitHub ↗
(input: string)
Source
from the content-addressed store, hash-verified
178
}
179
180
private hasPipes(input: string): boolean {
181
return
commonModulePipes.some((regexp) => regexp.test(input));
182
}
183
}
Callers
4
visitElement
Method · 0.95
visitBlock
Method · 0.95
visitText
Method · 0.95
visitLetDeclaration
Method · 0.95
Calls
2
some
Method · 0.80
test
Method · 0.45
Tested by
no test coverage detected