mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
moved themes to separate folder
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user