Move details of structural directives from template-syntax to structural-directives guide Add <ng-container> to structural-directives Fix samples in both guides Touch up glossary Better conformance to google doc guidelines: we->you closes #2303, #2885
12 lines
174 B
JSON
12 lines
174 B
JSON
{
|
|
"description": "<ng-container>",
|
|
"basePath": "src/",
|
|
"files": [
|
|
"!**/*.d.ts",
|
|
"!**/*.js"
|
|
],
|
|
"tags": [
|
|
"ngcontainer", "structural", "directives"
|
|
]
|
|
}
|