Skip to content

Instantly share code, notes, and snippets.

View gokujy's full-sized avatar

Jaydeepsinh Rathod gokujy

View GitHub Profile
@nicobytes
nicobytes / 58-markers-maps-ionic.md
Last active May 31, 2023 01:51
Multiples markers ionic google maps

1 Add SDK Google Maps

<script src="https://maps.googleapis.com/maps/api/js?key=KEY"></script>

2 Create div in html and declare

declare var google;
@mdorchain
mdorchain / sliding-segments.page.html
Last active December 9, 2022 21:34
Ionic 4 Sliding segments
<ion-header>
<ion-toolbar>
<ion-buttons slot="start">
<ion-menu-button></ion-menu-button>
</ion-buttons>
<ion-title>
Demo
</ion-title>
</ion-toolbar>
</ion-header>
@tareksmoubarak
tareksmoubarak / upload.html
Created December 1, 2017 15:15
iOnic 3 Image Upload Using a form
<ion-content padding>
<div class="wrapper">
<img class="logo" src="assets/images/head.svg"/>
<h1>submit a meme</h1>
<form (ngSubmit)="uploadFile()" novalidate [formGroup]="formControl">
<ion-grid class="Login-form">
<ion-list>
<ion-row>
<ion-item>
<ion-input type="text" placeholder="Full Name" formControlName="fullname"></ion-input>
@aarjithn
aarjithn / slidespage.html
Last active March 14, 2020 11:07
Sliding Segments Ionic v2
<ion-toolbar>
<ion-segment [(ngModel)]="selectedSegment" (ionChange)="onSegmentChanged($event)">
<ion-segment-button value="first">
First
</ion-segment-button>
<ion-segment-button value="second">
Second
</ion-segment-button>
<ion-segment-button value="third">
Third