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
If a builder schema can say it supports additionalProperties. However, when running the builder with an additional property, the following error appears:
🐞 Bug report
Command (mark with an
x
)All Architect commands
Is this a regression?
No, I do not believe this ever worked.
Description
If a builder schema can say it supports
additionalProperties
. However, when running the builder with an additional property, the following error appears:🔬 Minimal Reproduction
https://github.com/FrozenPandaz/angular-bugs/tree/additional-properties
ng run v8app:print --additional property
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
This is important for passing arguments into child processes.
Workarounds for this are ugly:
Workaround #1:
ng run v8app:print --args="--additional property"
Where args is a string input.No, should not matter.
The text was updated successfully, but these errors were encountered: