update.ionic.zone helps you update your Ionic Framework project.
Angular project built with Angular CLI.
- Input tab
- Dropdown with version selection
- Example button that populates input field with example
package.jsoncontent - Display
ionic-angularversion frompackage.jsoncontent if present (usingsemver) - "Update" button that "calculates" updated output
- Shows "Snackbar" if
- no input is present or
- not valid JSON (using
@angular-mdl/core/components)
- Input and Output are submitted to Rollbar for (potential) debugging (using
angular-rollbar)
- Shows "Snackbar" if
- Output tab
- Shows updated
package.json - Displays "Changed Dependencies" table
- Displays "Manual Changes" table
- Markdown in text is rendered as HTML (using
ngx-md)
- Markdown in text is rendered as HTML (using
- Shows updated
- Material Design (using
@angular-mdl/*) - Visits and actions are tracked via Google Analytics and Facebook Pixel (using
angulartics2)
npm install -g @angular/cli
ng serve, then visithttp://localhost:4200/
ng buildorng build --prod- Artifacts generated to
dist/directory.
- unit tests:
ng test - end-to-end tests:
ng e2e(before that:ng serve)
npm i -g angular-cli-ghpagesng build --prodngh --cname=update.ionic.zone- Check update.ionic.zone