Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(text-field): make constructor parameters required (#10431)
Makes the `_ngZone` parameter in `CdkTextareaAutosize` a required one. This was intended as a deletion target, but we hadn't set up deletion targets when it was added. BREAKING CHANGES: * The `_ngZone` parameter in the `CdkTextareaAutosize` constructor is now required.
- Loading branch information