Looks like there is no any possibility to extend the page-numbers component because it placed to app/components directory. If it was placed to addon/components directory, it would be possible to make import PageNumbers from 'ember-cli-pagination/components/page-numbers' and then extend it somehow. Am I right?
Looks like there is no any possibility to extend the
page-numbers
component because it placed toapp/components
directory. If it was placed toaddon/components
directory, it would be possible to makeimport PageNumbers from 'ember-cli-pagination/components/page-numbers'
and then extend it somehow. Am I right?