0.0.5 • Published 9 months ago

random-coloured-hashtags v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

RandomColouredHashtagsLib

This project was generated with Angular CLI version 18.2.4.

To use the random-coloured-hashtags library in your Angular application, follow these steps:

Install the library:

npm install random-coloured-hashtags

Import the component in imports:

import { Component } from '@angular/core';
import { RandomColouredHashtagsComponent } from 'random-coloured-hashtags';

@Component({
  selector: 'app-home',
  standalone: true,
  imports: [RandomColouredHashtagsComponent],
  templateUrl: './home.component.html',
  styleUrl: './home.component.css'
})
export class HomeComponent {
...
}

Use the component in your template:

<lib-random-coloured-hashtags 
    [count]="5" 
    [hashtagsList]="['#Angular', '#JavaScript', '#WebDevelopment']">
</lib-random-coloured-hashtags>
0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago