-
@justinfagnani Are you trying to make a library with a demo app? The best way is probably
ng new --create-application=false
to make an empty workspace. Then you canng generate
a library and an application which uses it. -
@justinfagnani We don't have great support for this workflow and have plans to improve it, but that would give you a library you can package and distribute independently while still having a demo app.