livechat / angular-livechat

⚠️ DEPRECATED ⚠️ Package no longer supported. Please use @livechat/widget-angular instead.
MIT License
25 stars 19 forks source link

Wrong files are installed with npm install --save @livechat/angular-widget #28

Closed zeldystern closed 2 years ago

zeldystern commented 4 years ago

Hello,

I am installing with npm install --save @livechat/angular-widget but it seems to installing the wrong files as they don't match what I see here in github. I have files like 'livechat-widget.component.d.ts' instead of 'livechat-widget.component.ts' in angular-widget/src.

walaszczykm commented 2 years ago

Hello 👋 By using npm install --save @livechat/angular-widget you are installing the package from the NPM registry which contains bundled code ready to be used in your app, not a source code that can be found here on GitHub.