@icenore/ng-tm-colors-text
TypeScript icon, indicating that this package has built-in type declarations

1.3.2 • Public • Published

Description

It's a package for Angular application, in Typescript. If you want the package in javascript, you can use tm-colors-text.

This package return an array with each char of a text with style to be used in ngFor.

Installation

$ npm install --save @icenore/ng-tm-colors-text

Usage

Import

import { TmColorsText } from '@icenore/ng-tm-colors-text';

Return

This return an array of Object like this:

[{
    "char": "a",
    "style": "color: #FFF; font-size: 18px; font-weight: normal; text-shadow: none;",
    "index": "0"
}]

Package Sidebar

Install

npm i @icenore/ng-tm-colors-text

Weekly Downloads

2

Version

1.3.2

License

ISC

Unpacked Size

5.57 kB

Total Files

4

Last publish

Collaborators

  • poseydon989