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
Ibby Hadeed
0f9c21ab42
Merge in v5 code
2017-12-28 07:28:44 -05:00
Daniel Sogl
3cb7d6d4d8
docs(AppMinimize): improve example ( #1650 )
2017-06-05 23:07:41 -04:00
Daniel Sogl
52dcd808b6
refactor(docs): read the description ( #1631 )
...
* refactor(docs): read the description
- Added missing platforms
- Unified GitHub links
- Added missing installVariables
* Update index.ts
* Update index.ts
* Update index.ts
* Update index.ts
2017-06-01 13:05:47 -04:00
Ibby Hadeed
10d61c21c2
fix(app-minimize): fix pluginRef
2017-05-11 04:48:25 -04:00
Daniel Sogl
d25b2f16a9
feat(app-minimize): add AppMinimize plugin ( #1501 )
...
* 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 AppMinimize plugin
* promisse
* usage
2017-05-09 17:35:13 -04:00