1.3.2 • Published 2 years ago

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

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.10

2 years ago

1.2.9

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago