Carlos Mantilla
Carlos Mantilla
I don't know, i want to research little more about best practices of test for http interceptors. It's ok for you? leave open the issue open
thanks for ask @seriema, i don't know if is worthy; also many changes into angular, Do you think it's necessary?
yes the new version, angularjs 1.3
I fixed changing the global configuration: `$ionicConfigProvider.scrolling.jsScrolling(true)` More in this [answer](https://forum.ionicframework.com/t/ionic-latest-version-1-7-14-pinch-zoom-is-not-working/42832/2) of the forum
I tried to implement `(dblclick)` event in the `ngx-datatable` thi create an issue in with the `(actvate)` event. Using only `(active)` without `(select)` events worked for me. There was no...
@jdhenckel my code is: ```typescript onActivate(event) { if (event.type === 'dblclick') { return true; } } ``` I finally understood, thata the component use event `(active)` for this
I have also and error in the sass math functions, into angular material library ``` [13:55:47] erro: There is an error in your styles: [13:55:47] erro: Undefined function. [13:55:47] erro:...
We stop using `scss-bundle` and following the [Angular Team recommendation to handle scss assets into Angular Library](https://angular.io/guide/creating-libraries#managing-assets-in-a-library)
Maybe you used `scss-bundle` like us to export scss assets from a Angular Library to Angular Applications. If that the case yo can check the [Angular Team Solution](https://angular.io/guide/creating-libraries#managing-assets-in-a-library)
:+1: