Daniel Sogl
fcda5ffcab
Revert "refactor: optimize plugins for angular treeshaking"
...
This reverts commit 8b53c04dc5d8e3bb8f527499e3e0a4661c097072.
2019-03-19 18:34:54 +01:00
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
mhartington
220e22b659
docs(): add ngx import path
2018-10-10 16:13:45 -05:00
Daniel
039c6d40af
Merge branch 'master' into v5
2018-09-17 18:23:18 +02:00
Ibby Hadeed
0f9c21ab42
Merge in v5 code
2017-12-28 07:28:44 -05:00
FallenRiteMonk
f09c9cfe9a
docs(): fix typo ( #2071 )
2017-11-09 16:13:47 -05:00
!Cogentx
3d387798b6
docs(local-notifications): fix package name ( #1817 )
...
$ ionic cordova plugin add phonegap-local-notifications -- should be --
$ ionic cordova plugin add phonegap-plugin-local-notification -- in Docs --
2017-07-17 18:51:35 -04:00
Ibby Hadeed
a2d979a277
Create index.ts
2017-06-11 17:18:18 -04:00
Ibby Hadeed
8f985025d1
chore
2017-06-04 16:54:12 -04:00
Ibby Hadeed
c6a76c26e0
refactor(phonegap-local-notification): fix class name to match plugin name
...
BREAKING CHANGE: PhonegapLocalNotifications class has been renamed to PhonegapLocalNotification
2017-06-03 18:42:34 -04:00
Daniel Sogl
328e5de3f3
docs(plugins): added platforms ( #1638 )
...
* added platforms
* round 2
* round 3
* Update index.ts
2017-06-02 15:34:18 -04:00
Ibby Hadeed
12356d2d34
refactor
2017-05-09 18:21:46 -04:00
Daniel Sogl
3d747d38b2
feat(phonegap-local-notifications): add Phonegap local notifications plugin ( #1474 )
...
* typo(barcode-scanner): fixe circle lint error
* typo(docs): Unified the documentations
In some plugins the typescript markup was missing.
I also unified the console.log string from console.log("hello") to console.log('Hello') so any plugin page look the same.
* added phonegap-local-notifications
* update #1
* update #3
* update #4
* cleaned up the usage part
* removed old folder
* Update index.ts
* Update index.ts
* Update index.ts
* Update index.ts
* Update index.ts
* Update index.ts
2017-05-09 18:20:49 -04:00