For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sunbird Tag Manager

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.

Current Release Branch

master

NPM Published version (Latest)

3.9.19

NPM Package Name

@project-sunbird/sb-tag-manager

Works

Across all projects. (Framework and Tech Agnostic Library)

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

Last updated