v2.0.0
This release adds support for Angular v18. 🎉
Features
- support for Angular 18 (no support for earlier versions! use
v2.0.0-beta.1
for Angular 17) - support for the
add
parameter. This will only add, and never remove existing files. By default, existing files in the target branch are removed before adding the ones from thedist
folder. If you want to add new files but leave existing ones untouched, set the--add
parameter.
Installation
ng add [email protected]
Thanks
- Thanks to @isalcedo for PR #188 (support for "add" parameter) 👍
- Deployed by @JohannesHoppe.