1.3.2 • Published 3 years ago

@icenore/ng-tm-colors-text v1.3.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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"
}]
1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.10

3 years ago

1.2.9

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago