Function getEnvProfile

  • Return the env profile for compiling the app.

    Values could be:

    • development - for development
    • production - building app for production
    • test - running Karma test
    • coverage - running Karma test with coverage

    @xarc/app-dev will set this up depending on the action user is taking.

    Returns string