moved themes to separate folder

This commit is contained in:
Art Lowel
2019-05-28 13:24:30 +02:00
parent cfcf496cc1
commit 11d06e34b1
34 changed files with 228 additions and 178 deletions

View File

@@ -12,8 +12,8 @@ import { HostWindowService } from '../shared/host-window.service';
*/
@Component({
selector: 'ds-navbar',
styleUrls: ['./$themePath$/navbar.component.$theme$.scss'],
templateUrl: './$themePath$/navbar.component.$theme$.html',
styleUrls: ['./navbar.component.scss'],
templateUrl: './navbar.component.html',
animations: [slideMobileNav]
})
export class NavbarComponent extends MenuComponent implements OnInit {