NgTickerTape
This project was generated with Angular CLI version 10.0.3.
Demo
Check the ng-ticker-tape
Installation
You can use either the npm or yarn command-line tool to install packages. Use whichever is appropriate for your project in the examples below.
NPM
npm i --save ng-ticker-tape
YARN
yarn add --save ng-ticker-tape
Usage
Follow below steps to add ticker-tape in your project
1. Import NgTickerTapeModule
You need to import the NgTickerTapeModule
in the module of your app where you want to use it.
;; /* Import the module*/; ;;
2. Use in your HTML
In your HTML: Use the <ng-ticker-tape>
wherever you like in your project.
3. Structure of array to display the ticker data
Make sure you structure of array should look like array shown below,
tickerData = ;
Contribution
I welcome you to fork and add more features into it. If you have any bugs or feature request, please create an issue at github repository.
License
MIT