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({ @NgModule({
providers: [ providers: [
provideAbpThemeShared(withValidationBluePrint({ provideAbpThemeShared(
uniqueUsername: "::AlreadyExists[{%{{{ username }}}%}]" withValidationBluePrint({
})), uniqueUsername: "::AlreadyExists[{%{{{ username }}}%}]"
})
),
... ...
], ],
}) })

Loading…
Cancel
Save