Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular-cli
/ content
Method
content
packages/angular/cli/src/utilities/json-file.ts:57–59 ·
view source on GitHub ↗
The raw content of the JSON file.
()
Source
from the content-addressed store, hash-verified
55
56
/** The raw content of the JSON file. */
57
public get content(): string {
58
return
this.#content;
59
}
60
61
/**
62
* Creates an instance of JSONFile.
Callers
1
handleRendering
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected