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
Daniel
707d40bd83
chore(build): fix lint errors
2019-01-23 08:04:14 +01:00
Daniel
898c68bb5e
Merge remote-tracking branch 'origin/v5'
2019-01-23 07:54:31 +01:00
Daniel
165c3cc211
Merge branch 'master' into v5
2018-12-01 16:55:01 +01:00
mhartington
220e22b659
docs(): add ngx import path
2018-10-10 16:13:45 -05:00
Daniel
89a5ca7ec5
merge master into v5
2018-09-25 20:29:32 +02:00
Daniel
a6bcc9affd
feat(taptic-engine): add missing functions and types
2018-09-18 22:35:58 +02:00
Daniel
c1e1c5cb79
refactor: follow order-imports lint rule
2018-09-17 17:50:36 +02:00
Daniel
6c938bfdb7
Revert "chore(package): bump dependencies and lint rules"
...
This reverts commit 21ad4734fa .
2018-03-17 00:13:08 +01:00
Daniel
21ad4734fa
chore(package): bump dependencies and lint rules
2018-03-16 22:04:01 +01:00
Ibby Hadeed
0f9c21ab42
Merge in v5 code
2017-12-28 07:28:44 -05:00
Alex
5d48cfd419
docs(): fix typo ( #2123 )
...
love contributing
2017-12-01 22:56:28 -05: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
Kendall González León
b6afc19e72
docs(): fix docs ( #1418 )
...
On line 11 there was not closing single quote.
2017-04-27 00:34:22 -04:00
Ibby Hadeed
ffa37e2932
feat(taptic-engine): add taptic engine plugin support ( #1271 )
...
* Added taptic plugin. #571
* docs(taptic): improve docs
* update to v3
2017-03-28 06:49:32 -04:00