{"id":18614972,"url":"https://github.com/andrewjbateman/ionic-angular-swipetabs","last_synced_at":"2026-04-19T06:31:24.223Z","repository":{"id":38988493,"uuid":"236576502","full_name":"AndrewJBateman/ionic-angular-swipeTabs","owner":"AndrewJBateman","description":":clipboard:  Ionic tutorial app from Simon Grimm of the Ionic Academy","archived":false,"fork":false,"pushed_at":"2023-02-04T05:42:43.000Z","size":5308,"stargazers_count":2,"open_issues_count":16,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-17T01:34:29.103Z","etag":null,"topics":["angular","angular13","html5","ionic","ionic-academy","ionic-swipeable-tabs","ionic6","scss-styles","swipeable-tabs-navigation","tutorial-code","typescript4"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndrewJBateman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-27T19:36:55.000Z","updated_at":"2022-01-28T12:10:17.000Z","dependencies_parsed_at":"2023-02-18T14:00:36.285Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/ionic-angular-swipeTabs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewJBateman/ionic-angular-swipeTabs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-swipeTabs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-swipeTabs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-swipeTabs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-swipeTabs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/ionic-angular-swipeTabs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-swipeTabs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31997575,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular13","html5","ionic","ionic-academy","ionic-swipeable-tabs","ionic6","scss-styles","swipeable-tabs-navigation","tutorial-code","typescript4"],"created_at":"2024-11-07T03:27:39.774Z","updated_at":"2026-04-19T06:31:24.197Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"TypeScript","readme":"# :zap: Ionic Swipeable Tabs\n\n* Ionic-Angular tutorial app with swipeable tab navigation.\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/ionic-angular-swipeTabs?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/ionic-angular-swipeTabs?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/ionic-angular-swipeTabs?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/ionic-angular-swipeTabs?style=plastic)\n\n* [:zap: Ionic Swipeable Tabs](#zap-ionic-swipeable-tabs)\n  * [:books: General info](#books-general-info)\n  * [:camera: Screenshots](#camera-screenshots)\n  * [:signal_strength: Technologies](#signal_strength-technologies)\n  * [:floppy_disk: Setup](#floppy_disk-setup)\n  * [:computer: Code Examples](#computer-code-examples)\n  * [:cool: Features](#cool-features)\n  * [:clipboard: Status \u0026 To-do list](#clipboard-status--to-do-list)\n  * [:clap: Inspiration](#clap-inspiration)\n  * [:file_folder: License](#file_folder-license)\n  * [:envelope: Contact](#envelope-contact)\n\n## :books: General info\n\n* User can swipe left or right to switch between News, Account and About tab pages.\n* News page has 3 buttons that open News Details and About pages.\n\n## :camera: Screenshots\n\n![Ionic page](./img/home.png)\n\n## :signal_strength: Technologies\n\n* [Ionic v6](https://ionicframework.com/)\n* [Angular v13](https://angular.io/)\n* [Ionic/angular v6](https://www.npmjs.com/package/@ionic/angular) including [ion-nav-link](https://ionicframework.com/docs/api/nav-link)\n* [@ionic-super-tabs/angular v7](https://www.npmjs.com/package/@ionic-super-tabs/angular) - last published 2 years ago and I cannot see any documentation. [Github Examples here](https://github.com/zyra/ionic-super-tabs/blob/master/doc-pages/usage/angular.md)\n\n## :floppy_disk: Setup\n\n* Run `npm i` to install dependencies\n* Run `ng lint` to run linting. All files pass linting (ident check disabled in `tslint.json`).\n* To start the server on _localhost://8100_ type: `ionic serve`\n\n## :computer: Code Examples\n\n* sets `canGoBack` boolean variable to `true` when there is an Ionic navigation event.\n\n```typescript\n  ngAfterViewInit() {\n    this.newsNav.ionNavDidChange.subscribe(async (event: any) =\u003e {\n      console.log('Change: ', event)\n      this.canGoBack = await this.newsNav.canGoBack();\n    });\n  }\n```\n\n## :cool: Features\n\n* Home page has super-tabs navigation - app-routing module just navigates to home page. Individual page routing modules removed.\n\n## :clipboard: Status \u0026 To-do list\n\n* Status: Working.\n* To-do: Nothing. Could use this swipeable menu in other Ionic apps.\n\n## :clap: Inspiration\n\n* [Simon Grimm, Ionic Academy Tutorial: Building a Swipeable Tabs Navigation with Ionic 4+](https://www.youtube.com/watch?v=8qUywCzR-vo\u0026t=1s)\n* [Ionic forum: Ionic Swipeable Tabs are now here!](https://forum.ionicframework.com/t/ionic-swipeable-tabs-are-now-here/84266)\n\n## :file_folder: License\n\n* This project is licensed under the terms of the MIT license.\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fionic-angular-swipetabs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fionic-angular-swipetabs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fionic-angular-swipetabs/lists"}