3.9.19 • Published 4 years ago
sb-tag-manager v3.9.19
@project-sunbird/sb-tag-manager
Table of Contents
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
- Install the library in the project as follows :
npm i @project-sunbird/sb-tag-manager
Getting Started
- Navigate to App Component (or) Equivalent module and add the following import
import { SBTagModule } from 'sb-tag-manager';
- Initialise the Library
let instance = SBTagModule.instance;
instance.init();
Services
SBTagService
- 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
4 years ago
3.9.18
4 years ago
3.9.17
4 years ago
3.9.16
4 years ago
3.9.15
4 years ago
3.9.14
4 years ago
3.9.13
4 years ago
3.9.11
4 years ago
3.9.12
4 years ago
3.9.10
4 years ago
3.9.9
4 years ago
3.9.8
4 years ago
3.9.7
4 years ago
3.9.6
4 years ago
3.9.3
4 years ago
3.9.2
4 years ago
3.9.4
4 years ago
3.9.1
4 years ago
3.9.0
4 years ago