How to include 3rd party dependencies in Nx library

Viewed 435

New to Nx and not sure yet when it makes sense to extract code into libraries... Is it possible/does it make sense to build an Nx library using a 3rd party dependency (let's say angular material) and then use this library in an app that doesn't use angular material itself? If so, do I need to use a buildable or publishable library for this?

0 Answers
Related