I’m trying to use Paged.js in Angular (v. 17).
I have to include a ployfill to make it work, but when I add it (either via angular.json
or directly with a <script>
tag in the head of index.html
) an error message is shown in the console:
NG05104: The selector “app-root” did not match any elements.
And the app no longer works.
Any suggestions on this?
4