Skip to content

Commit

Permalink
WIP Ionic 2 Rc 1/rollup migration
Browse files Browse the repository at this point in the history
  • Loading branch information
webprofusion-chrisc committed Oct 18, 2016
1 parent c6fa651 commit 281987b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions App/Ionic2/ocm-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@ionic/storage": "^1.0.3",
"@types/google-maps": "^3.1.28",
"@types/googlemaps": "^3.25.35",
"@types/leaflet": "^1.0.35",
"angular2-jwt": "^0.1.24",
"cordova-plugin-camera": "^2.2.0",
"cordova-plugin-file": "^4.2.0",
Expand Down
2 changes: 2 additions & 0 deletions App/Ionic2/ocm-app/src/declarations.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
*/

/// <reference path="../node_modules/@types/googlemaps/index.d.ts" />
/// <reference path="../node_modules/typescript-collections/dist/lib/index.d.ts" />
/// <reference path="../node_modules/@types/leaflet/index.d.ts" />

declare module '*';

Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import { Logging, LogLevel } from './../../Logging';
* @copyright Webprofusion Ltd http://webprofusion.com
*/

/// <reference path="../../../../lib/typings/collections/collections.d.ts" />
/// <reference path="../../../../lib/typings/cordova-plugin-googlemaps/cordova-plugin-googlemaps.d.ts" />

import { Observable } from 'rxjs/Observable';
import { Utils } from '../../../core/Utils';
import { MappingAPI, IMapProvider, MapOptions, Mapping } from '../Mapping';
import { Events } from 'ionic-angular';
import * as collections from 'typescript-collections';


declare var plugin: any;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {Utils} from '../../../core/Utils';
import {MappingAPI, IMapProvider, MapOptions, Mapping} from '../Mapping';
import {Events} from 'ionic-angular';
import {Observable} from 'rxjs/Observable';
import * as collections from 'typescript-collections';

declare var google:any;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { Utils } from '../../../core/Utils';
import { MappingAPI, IMapProvider, MapOptions, Mapping } from '../Mapping';
import { Events } from 'ionic-angular';
import { Observable } from 'rxjs/Observable';
import * as collections from 'typescript-collections';

declare var L: any;
declare var google:any;
Expand Down

0 comments on commit 281987b

Please sign in to comment.