Daniel Sogl
8b53c04dc5
refactor: optimize plugins for angular treeshaking
...
BREAKING CHANGE: You can remove the plugin import from the app.module.ts because of the changed Inject decorator
2019-02-20 17:37:39 +01:00
Daniel Sogl
2d49671282
refactor(admob): add decorators
2019-01-20 17:40:40 +01:00
Daniel Sogl
a9dbb23b23
Merge branch 'master' into v5
2019-01-20 17:37:35 +01:00
Ibby Hadeed
bc6bf6671e
refactor(admob-pro): rename plugin from AdMob to AdMobPro ( #1770 )
...
BREAKING CHANGE: `@ionic-native/admob` is now `@ionic-native/admob-pro`. Also, class name is changed
from `AdMob` to `AdMobPro`.
2017-07-07 19:13:35 -04:00
Ibby Hadeed
64bff1bbed
docs(): add notice about plugin taking share of earnings
2017-05-19 07:59:06 -04:00
wleberre
fba0ce2bb6
docs(): fix typo ( #1548 )
2017-05-13 21:28:22 -04:00
Eamon Bauman
7f919d5c90
docs(): fix options for prepareInterstitial ( #1535 )
...
Using the example in the previous version of this document, calling prepareInterstitial(adId) resulted in an
"-[__NSCFString count]: unrecognized selector sent to instance"
exception. This was alleviated by changing the call to prepareInterstitial({adId: adId})
(e.g. passing in an options object vs. just the adid string)
2017-05-12 04:16:48 -04:00
Daniel Sogl
14a1cb9ee7
docs(admob): improve example ( #1454 )
2017-05-03 17:00:22 -04:00
Daniel Sogl
84cd81dcaf
refactor(admob): remove unneeded imports ( #1450 )
...
* refactor(admob): remove unneeded imports
* Update index.ts
2017-05-01 16:36:22 -04:00
Ibby Hadeed
17366a29da
feat(): add IonicNativePlugin base class ( #1425 )
...
* add base class
* properties are static
* some fixes
* tslint
2017-04-27 00:36:12 -04:00
mugenyi henry
f4c4317f16
docs(admob): fix package name ( #1301 )
...
remove the dash "import { AdMob, AdMobOptions, AdSize, AdExtras } from '@ionic-native/ad-mob';" to import { AdMob, AdMobOptions, AdSize, AdExtras } from '@ionic-native/admob' because typescript will not import the specified clases
2017-03-30 15:50:02 -04:00
Ibby Hadeed
2b94ffdc44
fix(admob): add missing license property
...
fixes #1291
2017-03-29 18:39:46 -04:00
Ibby Hadeed
b53af8e3c9
fix(admob): fix event listeners
...
fixes #1165
2017-03-28 09:28:02 -04:00
Ibby
3154fea2b9
refactor(admob): rename package from ad-mob to admob
...
The package `@ionic-native/ad-mob` is deprecated in favor of `@ionic-native/admob`
2017-03-22 19:15:19 -04:00