-
-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Description
What happened?
Currently, ngx-editor exports a Validators object:
import { Validators } from 'ngx-editor';
This name is the same as Angular’s built-in Validators
import { Validators } from '@angular/forms';
Because of this, IDE auto-imports (VS Code, WebStorm, etc.) often default to the wrong Validators, leading to confusion and wasted time for developers. This happens especially when working with Angular forms alongside ngx-editor.
Version
19.0.0
Angular Version
19
What browsers are you seeing the problem on?
No response
Link to reproduce
No response
Relevant log output
Willing to submit a PR?
None
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels