According to Angular, certain directives and features are considered deprecated and could potentially be removed in upcoming versions.
In a hypothetical scenario, let's say I am using NgModel with reactive forms, which Angular has marked as deprecated and possibly subject to removal in future versions. Does this mean that my application will no longer function properly in the future, even if it is not running on the latest Angular version? Or does this deprecation only apply to future releases, while still working normally on older versions where the feature has not been removed?