Base solution for your next web application
Open Closed

Modules #7426


User avatar
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:

  1. asp.net core - dlls that he paid for
  2. angular - only provide build that will exclude modules he did not paid for.

How can this be done with aspnet zero?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @antonis

    Unfortunately, AspNet Zero doesn't provide a solution for this. You have to figure out how to do this.