61872: switching themes using wpack string replacer

This commit is contained in:
lotte
2019-04-17 16:38:50 +02:00
committed by Art Lowel
parent 3a7929369a
commit 4a37759dea
12 changed files with 44 additions and 35 deletions

View File

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