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
c9d41ebd8a
refactor: follow array-type lint rule
2018-09-17 16:05:37 +02:00
Ibby Hadeed
0f9c21ab42
Merge in v5 code
2017-12-28 07:28:44 -05:00
Tanay Parikh
5b914d7f15
fix(document-viewer): make config properties optional ( #1767 )
...
- Before it forced defining all properties
- Option arguments can be found 
2017-07-04 21:30:55 -04:00
Raman Rasliuk
985193bebd
fix(document-viewer): fix param type ( #1634 )
...
Options for viewDocument should be an DocumentViewerOptions object, not array of DocumentViewerOptions objects
2017-06-01 13:05:20 -04:00
Daniel Sogl
b35417a017
fix(document-viewer): fix params and docs for canViewDocument ( #1568 )
...
* refactor(document-viewer): fix example
* Update index.ts
* Update index.ts
2017-05-16 04:32:31 -04:00
Ibby Hadeed
1379f6389a
fix(document-viewer): fix params
2017-05-09 18:18:35 -04:00
Daniel Sogl
6855fe8f7d
feat(plugin): add Document Viewer plugin ( #1520 )
...
* 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.
* Initial commit
* updated interface
* updated interface
2017-05-09 18:14:47 -04:00