Skip to content

Commit

Permalink
Update Angular.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Mar 28, 2024
1 parent d1d7547 commit 0b21884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/popover/docs/Angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { DBPopover } from '@db-ui/ngx-components';
<!-- app.component.html -->
<db-popover>
<db-button trigger> Hover on me to open Popover </db-button>
Use any html here like a button:
Use any html here like e.g. a button:
<button>Test</button>
</db-popover>
```

0 comments on commit 0b21884

Please sign in to comment.