goetzrobin / spartan

Cutting-edge tools powering Angular full-stack development.
https://spartan.ng
MIT License
1.35k stars 143 forks source link

fix(formfield): add brain form-field and forms into the generator CLI #369

Closed cjosue15 closed 3 weeks ago

cjosue15 commented 1 month ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

Which package are you modifying?

What is the current behavior?

Currently when we added the formfield component or the input through the CLI, the ui-form-field-brain and ui-forms-brain packages were not being added as peerDependencies.

Closes #358, #351, #365

What is the new behavior?

The CLI will now automatically add the packages when the formfield or input is installed.

Does this PR introduce a breaking change?

Other information