ezartech / ezar-ionic2-sidemenu

Example project integrating ezAR VideoOverlay in the ionic sidemenu template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ezar-sidemenu

An example project demonstrating the use of the ezAR VideoOverlay plugin with the ionic2 sidemenu project template.

This is an early checkin. To build the project

  1. install ionic 2
  2. clone this project
  3. add dependent modules to the project npm install
  4. add the ezAR VideoOverlay plugin to the project ionic plugin add /plugins/com.ezartech.ezar.videooverlay
  5. add either the iOS platform, the android platform or both to the project ionic platform add android ionic platform add ios
  6. build the project, install on your device and launch it. ionic build

Tips:

  1. See modifications I made to the following files: app.components.ts, app.scss, page1.html, page1.scss

About

Example project integrating ezAR VideoOverlay in the ionic sidemenu template


Languages

Language:CSS 43.9%Language:HTML 25.3%Language:TypeScript 20.7%Language:JavaScript 10.1%