mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
df2ff0497d
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
11 lines
178 B
JSON
11 lines
178 B
JSON
{
|
|
"description": "Binding Syntax",
|
|
"files": [
|
|
"!**/*.d.ts",
|
|
"!**/*.js",
|
|
"!**/*.[1,2].*"
|
|
],
|
|
"file": "src/app/app.component.ts",
|
|
"tags": ["Binding Syntax"]
|
|
}
|