Joshua Ziggas
Joshua Ziggas
I tried to upgrade the demo's package.json but a slew of errors from ng-packagr occurred and I gave up. As well as what I think are red herrings like linting...
It has to do with this snippet: ``` $scope.$watch(() => { if (typeof window.requestAnimationFrame === 'function') { window.requestAnimationFrame(reinitOnClientHeightChange); } else { reinitOnClientHeightChange(); } }); ``` If you profile your app...
I don't have a polyfills.ts in my project so I'm not sure where that would go.
I don't see anywhere in that example how to tell easyFormGenerator to use different third party libraries, such as `ngQuill` instead of `textAngular`. Could you be more specific? Do you...
@tiberiuzuld not really a drop in replacement when everything is renamed
This happens when your app.js has ES2015 syntax in it
I'm having the same problem as I use ng-templates inside of ng-select and there doesn't seem to be proper APIs to disable a single dropdown option that is rendered with...
This would be useful to me as well!
Both of those examples show default demos.