added custom theming

This commit is contained in:
lotte
2019-03-26 16:36:25 +01:00
parent ba14ed88c3
commit ddfbbcc223
41 changed files with 424 additions and 86 deletions

View File

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