Skip to content

Commit

Permalink
docs: update navigation readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Apr 12, 2024
1 parent a49913a commit c859fa4
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { DBNavigation } from '@db-ui/ngx-components';
@Component({
// ...
standalone: true,
imports: [..., DBNavigation],
imports: [..., DBNavigation, DBNavigationItem, NavigationContentDirective],
// ...
})
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For general installation and configuration look at the [react-components](https:

```tsx App.tsx
// App.tsx
import { DBNavigation } from "@db-ui/react-components";
import { DBNavigation, DBNavigationItem } from "@db-ui/react-components";

const App = () => (
<DBNavigation>
Expand Down

0 comments on commit c859fa4

Please sign in to comment.