JSPM

random-coloured-hashtags

0.0.5
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 1
    • Score
      100M100P100Q35678F
    • License MIT

    Package Exports

      This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (random-coloured-hashtags) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

      Readme

      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>