fix(aio): restore component-styles/exclude hidden children

This commit is contained in:
Ward Bell
2017-06-19 11:08:30 -07:00
committed by Hans
parent ca51e020cb
commit 0034bb28e5
6 changed files with 51 additions and 25 deletions

View File

@ -135,6 +135,11 @@
"title": "Component Interaction",
"tooltip": "Share information between different directives and components."
},
{
"url": "guide/component-styles",
"title": "Component Styles",
"tooltip": "Add CSS styles that are specific to a component."
},
{
"url": "guide/dynamic-component-loader",
"title": "Dynamic Components",