0
antonis created
Hi,
My solution has different modules. apart from aspnetzero dlls I created custom modules. The same stands for angular. I created lazy loaded modules that each one does not depend on it and each module is part of license paid by client. Depending on the modules the clients is paying for I want to deploy only on:
- asp.net core - dlls that he paid for
- angular - only provide build that will exclude modules he did not paid for.
How can this be done with aspnet zero?
1 Answer(s)
-
0
Hi @antonis
Unfortunately, AspNet Zero doesn't provide a solution for this. You have to figure out how to do this.