mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Content projection is an important part of Angular. However, it has never been documented in the Angular documentation set. This topic attempts to provide the basics of content projection for developers. It is not a comprehensive guide; rather, it is a starting point that we can hopefully expand upon in the future. PR Close #41143
10 lines
178 B
JSON
10 lines
178 B
JSON
{
|
|
"description": "Binding Syntax",
|
|
"files": [
|
|
"!**/*.d.ts",
|
|
"!**/*.js",
|
|
"!**/*.[1,2].*"
|
|
],
|
|
"file": "src/app/app.component.ts",
|
|
"tags": ["Binding Syntax"]
|
|
}
|