mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +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.
|
* 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">
|
* e.g. <form [appApiAction]="this.formPromise">
|
||||||
* Any errors/rejections that occur will be intercepted and displayed as error toasts.
|
* Any errors/rejections that occur will be intercepted and displayed as error toasts.
|
||||||
|
*
|
||||||
|
* @deprecated Use the CL's {@link BitSubmitDirective} instead
|
||||||
*/
|
*/
|
||||||
@Directive({
|
@Directive({
|
||||||
selector: "[appApiAction]",
|
selector: "[appApiAction]",
|
||||||
|
|||||||
Reference in New Issue
Block a user