Browse Source

Update Form-Validation.md

pull/19887/head
Masum ULU 2 years ago
committed by GitHub
parent
commit
ce918d2c3e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      docs/en/UI/Angular/Form-Validation.md

8
docs/en/UI/Angular/Form-Validation.md

@ -13,9 +13,11 @@ import { provideAbpThemeShared, withValidationBluePrint } from '@abp/ng.theme.sh
@NgModule({
providers: [
provideAbpThemeShared(withValidationBluePrint({
uniqueUsername: "::AlreadyExists[{%{{{ username }}}%}]"
})),
provideAbpThemeShared(
withValidationBluePrint({
uniqueUsername: "::AlreadyExists[{%{{{ username }}}%}]"
})
),
...
],
})

Loading…
Cancel
Save