@media all and (min-width: 737px) {} ) if ($(this).width() > 1024) {
$(".dropdown").hover(
function () {
$('.dropdown-menu', this).stop(true, true).slideDown("fast");
$(this).toggleClass('open');
},
function () {
$('.dropdown-menu', this).stop(true, true).slideUp("fast");
$(this).toggleClass('open');
}
);
} <sd-navbar></sd-navbar>
<router-outlet></router-outlet>"scripts": {
"prod": "NODE_ENV=production",
"dev": "NODE_ENV=development"
},"scripts": {
"prod": "SET \"NODE_ENV=production\" ,
"dev": "SET \"NODE_ENV=development\"
},npm install jade --save
npm install