Angular Tiny Slider
Hi, I would like to create a page that uses the Tiny Slider in Angular but I have not been able to find any reusable code. Has anyone already implemented this who is prepared to share example code?
Replies (2)
I also want to create the same like page for our slough based company. cubic financial services - mortgage broker. you can visit our profile here to get the idea of our needs.
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Deleted comment
Hi Shane Fryer,
It seems we don’t have Tiny Slider implemented in the demo app. However, you can easily add it to your Angular project by installing it via npm.
Install using npm:
npm install tiny-slider --save Import the Tiny Slider CSS file in your angular.json or SCSS file
@import "~tiny-slider/dist/tiny-slider.css"; Check here for more example:
https://github.com/ganlanyuan/tiny-slider