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

0.1.1 • Public • Published

npm install taxonomy-editor.

Add the below properties to Environment.ts.

{
    url: 'https://portal.igot-dev.in',
    frameworkName: 'devmvp3',
    channelId: '0131397178949058560',
    authToken: 'Bearer eyJhb...',
    userToken:'eyJhbGciOiJSUzI...',
    isApprovalRequired: true
}  

Embed Library component into your application and pass above configuration values as input to below and app.module.ts ( will change as one place configuration)

<lib-taxonomy-editor [environment]="environment">

TaxonomyEditorModule.forRoot({
  source: 'online', data:
    { 
      endpoint: environment.url,
      token: environment.authToken, 
      frameworkName: environment.frameworkName,
      isApprovalRequired:environment.isApprovalRequired
    }
})
  1. Navigate to “/dashboard” to view the categories columns and add and to “/approval“ to view approval flow.

Readme

Keywords

none

Package Sidebar

Install

npm i taxonomy-editor

Weekly Downloads

2

Version

0.1.1

License

none

Unpacked Size

7.16 MB

Total Files

111

Last publish

Collaborators

  • santhosh-tarento