sb-taxonomy-editor
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

Install taxonomy-editor

npm install sb-taxonomy-editor@latest

Store Environment and Framework configuration in localstorage.

environment = {
        frameworkName: string,
        channelId: string,
        authToken: string,
        isApprovalRequired: false
};

Column Color configuration

taxonomyConfig = {
    frameworkId: string,
    config: [
        {
            index:number,
            category:string,
            icon: 'string',
            color: 'string'
        }
    ]
} 

defalut configuration is available. if you don't specify.

Adding lib tag into template

<lib-taxonomy-view [environment]="environment" [taxonomyConfig]="taxonomyConfig">

/sb-taxonomy-editor/

    Package Sidebar

    Install

    npm i sb-taxonomy-editor

    Weekly Downloads

    0

    Version

    1.1.1

    License

    none

    Unpacked Size

    2.03 MB

    Total Files

    76

    Last publish

    Collaborators

    • santhosh-tarento