Skip to content

Commit

Permalink
Merge pull request #2114 from d-koppenhagen/docs-angular-content-proj…
Browse files Browse the repository at this point in the history
…ection

docs(@db-ui/ngx-components): change term to content projection instead of slot
  • Loading branch information
mfranzke authored Jan 20, 2024
2 parents 773873b + a65451f commit c5faef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { DBAccordionItemModule } from '@db-ui/ngx-components';

### Use component

#### With Slots
#### With Content Projection

```html app.component.html
<!-- app.component.html -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- TODO: Slots not working for nested components? -> Had to copy paste variant-cards... -->
<!-- TODO: Content Projection not working for nested components? -> Had to copy paste variant-cards... -->
<db-code-docs
*ngIf="variantRef"
class="variants-card"
Expand Down

0 comments on commit c5faef8

Please sign in to comment.