Would be nice if we could use the lib as is:
import angAccordion from 'ang-accordion';
angular.module('myApp', [angAccordion]);
instead of the current:
import 'ang-accordion';
angular.module('myApp', ['angAccordion']);
If you are ok with this, I'll be happy to make a PR. 👍
Thanks for your library.
Would be nice if we could use the lib as is:
instead of the current:
If you are ok with this, I'll be happy to make a PR. 👍
Thanks for your library.