Removed comments for how to theme li[Component]

This commit is contained in:
Alexandre Vryghem
2022-06-03 11:47:46 +02:00
parent 541968fdd9
commit fc1e6b6b85
3 changed files with 0 additions and 6 deletions

View File

@@ -14,8 +14,6 @@ import { Router } from '@angular/router';
@Component({
/* eslint-disable @angular-eslint/component-selector */
selector: 'li[ds-admin-sidebar-section]',
// To theme this element remove the surrounding li[] in this component but leave it in the new
// ThemedAdminSidebarSectionComponent
templateUrl: './admin-sidebar-section.component.html',
styleUrls: ['./admin-sidebar-section.component.scss'],

View File

@@ -17,8 +17,6 @@ import { Router } from '@angular/router';
@Component({
/* eslint-disable @angular-eslint/component-selector */
selector: 'li[ds-expandable-admin-sidebar-section]',
// To theme this element remove the surrounding li[] in this component but leave it in the new
// ThemedExpandableAdminSidebarSectionComponent
templateUrl: './expandable-admin-sidebar-section.component.html',
styleUrls: ['./expandable-admin-sidebar-section.component.scss'],
animations: [rotate, slide, bgColor]

View File

@@ -10,8 +10,6 @@ import { MenuID } from '../../shared/menu/menu-id.model';
@Component({
/* eslint-disable @angular-eslint/component-selector */
selector: 'li[ds-navbar-section]',
// To theme this element remove the surrounding li[] in this component but leave it in the new
// ThemedNavbarSectionComponent
templateUrl: './navbar-section.component.html',
styleUrls: ['./navbar-section.component.scss']
})