MCPcopy Index your code
hub / github.com/angular/angular / getLastParsedValue

Function getLastParsedValue

packages/core/src/render3/styling/styling_parser.ts:64–66  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

62 * @param text the text to substring the key from.
63 */
64export function getLastParsedValue(text: string): string {
65 return text.substring(parserState.value, parserState.valueEnd);
66}
67
68/**
69 * Initializes `className` string for parsing and parses the first token.

Callers 1

styleStringParserFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…