81901: Menu item components as ul > li

This commit is contained in:
Yura Bondarenko
2021-08-06 12:13:41 +02:00
parent 5a12f34593
commit d095c98b13
9 changed files with 19 additions and 15 deletions

View File

@@ -11,7 +11,8 @@ import { rendersSectionForMenu } from '../../shared/menu/menu-section.decorator'
* Represents an expandable section in the navbar
*/
@Component({
selector: 'ds-expandable-navbar-section',
/* tslint:disable:component-selector */
selector: 'li[ds-expandable-navbar-section]',
templateUrl: './expandable-navbar-section.component.html',
styleUrls: ['./expandable-navbar-section.component.scss'],
animations: [slide]