mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
[DS] add deprecation comment to ApiActionDirective (#10041)
This commit is contained in:
@@ -9,6 +9,8 @@ import { ValidationService } from "@bitwarden/common/platform/abstractions/valid
|
||||
* Attach it to a <form> element and provide the name of the class property that will hold the api call promise.
|
||||
* e.g. <form [appApiAction]="this.formPromise">
|
||||
* Any errors/rejections that occur will be intercepted and displayed as error toasts.
|
||||
*
|
||||
* @deprecated Use the CL's {@link BitSubmitDirective} instead
|
||||
*/
|
||||
@Directive({
|
||||
selector: "[appApiAction]",
|
||||
|
||||
Reference in New Issue
Block a user