-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c65734d
commit a27fdc3
Showing
5 changed files
with
202 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,8 @@ The Ionic Core package contains the Web Components that make up the reusable UI | |
Easiest way to start using Ionic Core is by adding a script tag to the CDN: | ||
|
||
```html | ||
<link href="https://unpkg.com/@ionic/[email protected].17/css/ionic.bundle.css" rel="stylesheet"> | ||
<script src="https://unpkg.com/@ionic/[email protected].17/dist/ionic.js"></script> | ||
<link href="https://unpkg.com/@ionic/[email protected].18/css/ionic.bundle.css" rel="stylesheet"> | ||
<script src="https://unpkg.com/@ionic/[email protected].18/dist/ionic.js"></script> | ||
``` | ||
|
||
Any Ionic component added to the webpage will automatically load. This includes writing the component tag directly in HTML, or using JavaScript such as `document.createElement('ion-toggle')`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@manucorporat
redirectTo: '/tabs/tab1'
did not work for me. For me working wasredirectTo: 'tab1'
.