-2

now I've made an angular library that depends on ngx bootstrap and others I don't want the library consumer to install all the dependencies first, but just install my library and that's it so I wonder if that is possible to do

Ghamry
  • 5
  • 4

1 Answers1

0

That's what npm already does, unless you listed it as a peer dependency, then the user would have to install it on his own.

Christian
  • 2,676
  • 3
  • 15
  • 25