mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This adds a target to generate a manifest of all public api symbols. The majority of inputs are generated from the extraction rules, but API entries that don't have a TypeScript source symbol (elements and blocks) are defined in hand-written json collections. PR Close #52472
25 lines
399 B
JSON
25 lines
399 B
JSON
{
|
|
"moduleName": "@angular/core",
|
|
"entries": [
|
|
{
|
|
"name": "@if",
|
|
"entryType": "block",
|
|
"jsdocTags": []
|
|
},
|
|
{
|
|
"name": "@for",
|
|
"entryType": "block",
|
|
"jsdocTags": []
|
|
},
|
|
{
|
|
"name": "@switch",
|
|
"entryType": "block",
|
|
"jsdocTags": []
|
|
},
|
|
{
|
|
"name": "@defer",
|
|
"entryType": "block",
|
|
"jsdocTags": []
|
|
}
|
|
]
|
|
}
|