Daniel Sogl
fcda5ffcab
Revert "refactor: optimize plugins for angular treeshaking"
...
This reverts commit 8b53c04dc5 .
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
38a1dd1187
Merge branch 'master' into v5
2018-09-18 16:24:05 +02:00
Daniel
039c6d40af
Merge branch 'master' into v5
2018-09-17 18:23:18 +02:00
Daniel
c9d41ebd8a
refactor: follow array-type lint rule
2018-09-17 16:05:37 +02:00
Daniel
d7829e4012
refactor(): applied new lint rules
2018-03-23 10:42:10 +01:00
Ibby Hadeed
0f9c21ab42
Merge in v5 code
2017-12-28 07:28:44 -05:00
jeffrey n. carre
27fdac91fd
docs(): fix typo ( #1731 )
...
Instead of intelSec it should be intelSecurity base on the name of the instance.
2017-06-29 02:42:31 -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
a28de660bc
refactor(): no implicit any
2017-05-14 00:55:16 -04:00
Daniel Sogl
c6f9fa356f
style(): unify docs and spacing ( #1448 )
...
* 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.
2017-04-30 14: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
gurnard123
b005efc52b
docs(intel-security): fix references ( #1305 )
...
corrected the documentation to correct the read code snippet. As detailed here:
https://forum.ionicframework.com/t/crypto-libraries-with-ionic-2/84629
2017-03-30 15:50:26 -04:00
Ibby Hadeed
5aa484c024
docs(): add platforms
2017-03-28 08:24:04 -04:00
Ibby Hadeed
667f9bdde9
refactor(intel-security): cleanup
2017-03-27 14:22:13 -04:00
Eric Horodyski
aedc9d65c8
feat(intel-security): add com-intel-security-cordova-plugin support ( #1256 )
...
* Initial plugin pass
* Remove unneeded imports, or else plugins will not build.
* Add try-catch blocks.
Applications will not bomb if the plugin is not installed or user is running in browser.
* handle missing intel variable.
* Add documentation
* Conform to Cordova decorators.
* Add IntelSecurityDataOptions
* Update plugin to use plain `return` method statements.
* Better conform to Ionic Native
2017-03-27 14:18:23 -04:00