KnockOut.js practice module.
Appends a timer with color change every second at Category page
It adds a timer with new 'custom component', captures the time change event and apply random color each second. Time interval per second.
Refered Example is using 3 ways to archive the functionality, the latest and suggest way is storage model. which has been used with in this example.
composer config repositories.reponame vcs https://github.com/vac19/CatalogKOcomposer require salecto1/magento2-catalog-ko
composer remove salecto1/magento2-catalog-ko
- Option
will be updated ..- Under Construction
- Issues will be here .. Hopfuly not
Woirk in Progress
- vashishtha chauhan / Salecto
- Run
composer require salecto1/magento2-catalog-ko - Run
php bin/magento setup:upgrade - Run
php bin/magento setup:di:compile - Run
php bin/magento s:s:d da_DK en_US - Run
php bin/magento c:c
- Run
composer remove salecto1/magento2-catalog-ko - Run
php bin/magento setup:di:compile - Run
php bin/magento s:s:d da_DK en_US - Run
php bin/magento c:c
Reference URL https://inviqa.com/blog/using-knockout-js-magento-2
