UNPKG

@enjin/ionic1

Version:

A comprehensive build system for Ionic 1 apps by Madness Labs as part of the Madness Enjin

21 lines (15 loc) 371 B
/// <reference path="../typings/index.d.ts"/> module <%= app %> { class PlatformService { constructor( protected enjin ) { // INJECT DEPENDENCIES ONLY // USE run() INSTEAD } run() { // ON LOAD } } angular.module('<%= app %>').service('Platform', PlatformService); }