develwoutacause’s avatardevelwoutacause’s Twitter Archive—№ 1,259

    1. …in reply to @justinfagnani
      @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 can ng generate a library and an application which uses it.
  1. …in reply to @develwoutacause
    @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.