How to bundle standalone component and directive when building an Angular library
I have built an Angular library that contains a component and a directive which are intrinsically linked. That is the component uses the directive. Everything works fine other than to successfully use the library I have to import both to component and the directive where what I would like to do is import a single element which behind the scenes imports both the component and the directive.
Angular 17: use custom npm package with class with instanced classes
I created a custom npm package to make receive an array of items from angular
Angular 17: use custom npm package with class with isntanced classes
I created a custom npm package to make receive an array of items from angular
Cant bind Angular custom NPM package
Hi guys i have created my custom dynamic tooltip npm package but when I use that package in an app, I get this error
Generated different uuid for different browser but it should be same for one machine
When generating uuid it’s generated different uuid for different browser but is should be same for one machine i have used device-uuid package and with combination of different scenario’s is there any alternate way for one uuid for one machine.