mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a3abe1671c
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
21 lines
337 B
JSON
21 lines
337 B
JSON
{
|
|
"moduleName": "@angular/core",
|
|
"entries": [
|
|
{
|
|
"name": "ng-content",
|
|
"entryType": "element",
|
|
"jsdocTags": []
|
|
},
|
|
{
|
|
"name": "ng-template",
|
|
"entryType": "element",
|
|
"jsdocTags": []
|
|
},
|
|
{
|
|
"name": "ng-container",
|
|
"entryType": "element",
|
|
"jsdocTags": []
|
|
}
|
|
]
|
|
}
|