You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's assume I have 5 language versions. According Angular way I have to create 5 configs for every build. It's a lot of repetition and manual work. Is any way that we can extend configuration or maybe some external tool that can generate it. Will it be possible to do this with schematics?
Yes, it's possible to workaround it somehow with individual parameters for the builder, but this eliminates usefulness angular.json and it would be might clear to provide only configuration parameters. The only way to specify it for serve is via config, so it's very problematic to develop
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
Desired functionality
Let's assume I have 5 language versions. According Angular way I have to create 5 configs for every build. It's a lot of repetition and manual work. Is any way that we can extend configuration or maybe some external tool that can generate it. Will it be possible to do this with schematics?
Yes, it's possible to workaround it somehow with individual parameters for the builder, but this eliminates usefulness
angular.json
and it would be might clear to provide only configuration parameters. The only way to specify it for serve is via config, so it's very problematic to developThe text was updated successfully, but these errors were encountered: