Lucas
Lucas
im using ns-vue in `ui-chart.common.js` I changed the function to: ``` function setupCssScope(scopedView, unscopedView) { if (![undefined, null].includes(scopedView)) { var ngKey = scopedView._ngKey; var vueKey = scopedView._vueKey; } if (ngKey)...
@NickIliev The error seems to occurs in the undefined validations vue/angular keys. Please take a look in the fix I posted above, hope it helps to improve the source code.
just upgraded my legacy project to BS4 and not only the buttons, but all the popover are gone  My project is big...
> considering their last release was in 2017, I think it's safe to say it's been abandoned. Yes, I already moved to intro.js
I had the same problem calling takePicture in a random vue component( @alpha-nero1 solution solved the problem ), and opening it in a modal i had a different problem: it...
> What's causing your slow launch? Fix that and you'll fix your problem. > > My solution was to use an APP_INITIALIZER using ns angular (https://blog.nativescript.org/angular-launch-animations/) so that the first...
I was upgrading my app, after 2 years and got this error... Both plugins implements same classes, and break the build. I was trying to solve using those topics as...