Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ metadataOf
Function
metadataOf
packages/core/test/render3/metadata_spec.ts:28–30 ·
view source on GitHub ↗
(value: Type<any>)
Source
from the content-addressed store, hash-verified
26
}
27
28
function
metadataOf(value: Type<any>): HasMetadata {
29
return
value as HasMetadata;
30
}
31
32
describe(
'render3 setClassMetadata()'
, () => {
33
it(
'should set decorator metadata on a type'
, () => {
Callers
1
metadata_spec.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected