Lucas

Results 7 comments of 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 ![Captura de Tela 2022-03-10 às 12 06 46](https://user-images.githubusercontent.com/7528675/157690688-91f32f82-a2d5-4eda-b807-5b0527251be8.png) 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...