I followed your guide to implement the library, but I have this error:
Error: Uncaught (in promise): TypeError: this._renderer.setElementStyle is not a function
TypeError: this._renderer.setElementStyle is not a function
at SuperTab.Ion.setElementStyle (http://localhost:8100/build/main.js:16566:24)
at SuperTab.setWidth (http://localhost:8100/build/main.js:80874:14)
at SuperTabs.addTab (http://localhost:8100/build/main.js:58309:13)
at SuperTab.ngOnInit (http://localhost:8100/build/main.js:80833:21)
at checkAndUpdateDirectiveInline (http://localhost:8100/build/main.js:11093:19)
at checkAndUpdateNodeInline (http://localhost:8100/build/main.js:12516:17)
at checkAndUpdateNode (http://localhost:8100/build/main.js:12455:16)
at debugCheckAndUpdateNode (http://localhost:8100/build/main.js:13158:59)
at debugCheckDirectivesFn (http://localhost:8100/build/main.js:13099:13)
at Object.eval as updateDirectives
What should I do?