Update Modal.md

Fixed a typo isModelOpen should be isModalOpen
pull/15520/head
Idrees Haddad 3 years ago committed by GitHub
parent cfd66fbe3c
commit 4d086f4ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,7 +57,7 @@ You can add the `abp-modal` to your component very quickly. See an example:
@Component(/* component metadata */)
export class SampleComponent {
isModelOpen = false
isModalOpen = false
}
```

Loading…
Cancel
Save