Ionic 2 Tabs Starter

Size
3,059 Kb
Views
22,264

How do I make an ionic 2 tabs starter?

The Ionic 2 Tabs Starter Forked from Tim Lancina's Pen Ionic 2 Tabs Starter.. What is a ionic 2 tabs starter? How do you make a ionic 2 tabs starter? This script and codes were developed by Aaron K Saunders on 30 October 2022, Sunday.

Ionic 2 Tabs Starter Previews

Ionic 2 Tabs Starter - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Ionic 2 Tabs Starter</title> <script src="https://code.angularjs.org/tools/system.js"></script>
<script src="https://code.angularjs.org/2.0.0-beta.2/angular2-polyfills.js"></script>
<script src="https://code.angularjs.org/2.0.0-beta.2/angular2.dev.js"></script>
<script src="https://code.angularjs.org/2.0.0-beta.2/router.dev.js"></script>
<script src="https://code.angularjs.org/2.0.0-beta.2/http.dev.js"></script>
<script src="https://code.angularjs.org/2.0.0-beta.2/Rx.js"></script>
<script src="https://npmcdn.com/[email protected]/bundles/ionic.system.js"></script>
<link href="https://npmcdn.com/[email protected]/bundles/ionic.ios.css" rel="stylesheet">
</head>
<body> <!-- this is Ionic's root component and where the app will load -->
<ion-app></ion-app> <script src="js/index.js"></script>
</body>
</html>

Ionic 2 Tabs Starter - Script Codes JS Codes

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; return c > 3 && r && Object.defineProperty(target, key, r), r;
};
var __param = (this && this.__param) || function (paramIndex, decorator) { return function (target, key) { decorator(target, key, paramIndex); }
};
System["import"]('ionic/ionic').then(function (ionic) { var App = ionic.App; var Platform = ionic.Platform; var Page = ionic.Page; System["import"]('angular2/core').then(function (ng) { var Inject = ng.Inject; var Page1 = (function () { function Page1() { } return Page1; }()); Page1 = __decorate([ Page({ template: "\n <ion-navbar *navbar>\n <ion-title>Tab 1</ion-title>\n </ion-navbar>\n\n <ion-content padding class=\"page1\">\n <h2>Welcome to Ionic!</h2>\n <p>\n This starter project comes with simple tabs-based layout for apps\nthat are going to primarily use a Tabbed UI.\n </p>\n </ion-content>\n " }) ], Page1); var MyApp = (function () { function MyApp(platform) { // this tells the tabs component which Pages // should be each tab's root Page this.tab1Root = Page1; } return MyApp; }()); MyApp = __decorate([ App({ template: "\n <ion-tabs>\n <ion-tab [root]=\"tab1Root\" tabTitle=\"Tab 1\" tabIcon=\"pulse\"></ion-tab>\n </ion-tabs>\n\n <ion-overlay></ion-overlay>\n " }), __param(0, Inject(Platform)) ], MyApp); })["catch"](function (err) { console.error(err); });
})["catch"](function (err) { console.error(err); });
Ionic 2 Tabs Starter - Script Codes
Ionic 2 Tabs Starter - Script Codes
Home Page Home
Developer Aaron K Saunders
Username aaronksaunders
Uploaded October 30, 2022
Rating 3
Size 3,059 Kb
Views 22,264
Do you need developer help for Ionic 2 Tabs Starter?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Aaron K Saunders (aaronksaunders) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!