Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ isNumber
Method
isNumber
packages/compiler/src/expression_parser/lexer.ts:66–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
isNumber(): boolean {
67
return
this.
type
=== TokenType.Number;
68
}
69
70
isString(): this is StringToken {
71
return
this.
type
=== TokenType.String;
Callers
2
expectNumberToken
Function · 0.45
parsePrimary
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected