brunob15 / ngx-element

Angular Element that allows lazy loading Angular components in non-angular applications
33 stars 5 forks source link

License #31

Open filip-vv opened 4 years ago

filip-vv commented 4 years ago

What is actually the license of this awesome library? There is no LICENSE file on Github and the npm says the license is "none". Nevertheless, in projects/ngx-element/package.json there is a "licence": "MIT" with a typo (c instead of s). Please correct the information of the license in order to make other people able to fairly use this truly awesome library. Thanks a lot.

brunob15 commented 4 years ago

Hi @filip-vv, thank you for bringing this. I will work on that.

Btw, would you provide feedback about how are you using the library and how did you get to it?

filip-vv commented 4 years ago

I was trying to find some infomation about angular elements and I've read your (@brunob15) article here: https://indepth.dev/lazy-loading-angular-components-from-non-angular-applications/ . I'm looking for an ability to lazy load components in non-Angular environment. Could you confirm that MIT is the actual type of license here?

brunob15 commented 4 years ago

Yes, I confirm that.

filip-vv commented 4 years ago

Thank you for your help and again: this library is truly great 👍

michaelkrog commented 3 years ago

I second that a more clear info about license would be nice. 👍

filip-vv commented 3 years ago

Due to the fact that there is no license file I would like to suggest adding the one with MIT (as previously agreed):

https://github.com/brunob15/ngx-element/community/license/new?template=MIT

As far as I know I'm not the only one who is intrested in this, so I think it would be great if you could add this. Thanks a lot.