3.9.19 • Published 3 years ago

sb-tag-manager v3.9.19

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

@project-sunbird/sb-tag-manager

Table of Contents

  1. Overview
  2. Installation
  3. Getting Started
  4. Services
    1. SBTagService

Overview

Library is used to create Edge Computable Tags agnostic to project,framework choice. This works like a Open Specification to enable clients to generate Tags and Evaluate these tags against a criteria from server.

Installation

  1. Install the library in the project as follows :
npm i @project-sunbird/sb-tag-manager

Getting Started

  1. Navigate to App Component (or) Equivalent module and add the following import
import { SBTagModule } from 'sb-tag-manager';
  1. Initialise the Library
let instance = SBTagModule.instance;
instance.init();

Services

SBTagService

  1. Tag Interface Methods
instance.SBTagService.pushTag({object},"prefix_string");
instance.SBTagService.getTags("prefix_string");
instance.SBTagService.getAllTags();
instance.SBTagService.removeTag("prefix_string");
instance.SBTagService.removeAll();
3.9.19

3 years ago

3.9.18

3 years ago

3.9.17

3 years ago

3.9.16

3 years ago

3.9.15

3 years ago

3.9.14

3 years ago

3.9.13

3 years ago

3.9.11

3 years ago

3.9.12

3 years ago

3.9.10

3 years ago

3.9.9

3 years ago

3.9.8

3 years ago

3.9.7

3 years ago

3.9.6

3 years ago

3.9.3

3 years ago

3.9.2

3 years ago

3.9.4

3 years ago

3.9.1

3 years ago

3.9.0

3 years ago