Skip to content

Commit

Permalink
docs(tabs): angular usage does not use explicit ion-router-outlet (#2965
Browse files Browse the repository at this point in the history
)

Co-authored-by: skytern <[email protected]>
  • Loading branch information
sean-perkins and skytern committed Jun 15, 2023
1 parent 3def4a7 commit 6e811ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions static/usage/v6/tabs/router/angular/example_component_html.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
```html
<ion-tabs>
<ion-router-outlet></ion-router-outlet>

<ion-tab-bar slot="bottom">
<ion-tab-button tab="home">
<ion-icon name="play-circle"></ion-icon>
Expand Down
2 changes: 0 additions & 2 deletions static/usage/v7/tabs/router/angular/example_component_html.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
```html
<ion-tabs>
<ion-router-outlet></ion-router-outlet>

<ion-tab-bar slot="bottom">
<ion-tab-button tab="home">
<ion-icon name="play-circle"></ion-icon>
Expand Down

0 comments on commit 6e811ef

Please sign in to comment.