0

I have to add two index.html for prod and dev, I'm using angular5 project need to add under angular.cli.json

where and how to add them?

I have tried with configuration but this says above version 6

2
  • 2
    Hello and welcome! Can you add a piece of code and/or a directory structure showing us how you currently dispatched things? Commented Dec 8, 2023 at 6:23
  • Please provide enough code so others can better understand or reproduce the problem.
    – Community Bot
    Commented Dec 9, 2023 at 17:13

1 Answer 1

0

There is a separate section where you can configure this.

angular documentation for inputs

input - The path of a file to use for the application's generated HTML index.

Here are additional resources for you to refer.

  1. resource 1 Answer from frido
1
  • Do I need to repeat the SO rule that I quoted?
    – Rob
    Commented Dec 8, 2023 at 8:15

Not the answer you're looking for? Browse other questions tagged or ask your own question.