Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/examples
/
Class
streaming-example/src/app/app.component.ts:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
styles: `p { max-width: 600px; }`,
7
})
8
export
class
AppComponent {
9
readonly url =
"/api/stream-response"
;
10
readonly decoder =
new
TextDecoder();
11
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected