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
Asked
Active
Viewed 49 times
1 Answers
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