Viktor Rospotniuk

Results 3 issues of Viktor Rospotniuk

I have an app.component registered in app.module. Inside this component i use mc-breadcrumbs component. i have lazy module 'lazy.module' that has it's own routing configuration. Here i'm using custom breadcrumb...

if (typeof MutationObserver === 'function' ) { var observer = new MutationObserver(function (mutations) { // delay recalculation, prevent recalculation before animation ends setTimeout(function () { recalculate(); }, 200); }); observer.observe(element[0],...

I'm wondering why you don't support the latest version of angular/angular-cookies. I see the last commit was reverting of last angular version support. Not sure why you reverted the changes...