Skip to content

Instantly share code, notes, and snippets.

View skxctech's full-sized avatar

skxc skxctech

View GitHub Profile
@Manduro
Manduro / keyboard-attach.directive.ts
Last active August 24, 2020 06:50
Ionic Keyboard Attach Directive
import { Directive, ElementRef, Input, OnDestroy, OnInit } from '@angular/core';
import { Keyboard } from '@ionic-native/keyboard';
import { Content, Platform } from 'ionic-angular';
import { Subscription } from 'rxjs/Subscription';
/**
* @name KeyboardAttachDirective
* @source https://gist.github.com/Manduro/bc121fd39f21558df2a952b39e907754
* @description
@pascalduez
pascalduez / 00_prerequisites.md
Last active December 31, 2015 06:39
Local AMP stack on OSX Mavericks
  • Install X-code Command Line Tools
  • Install Homebrew