0.1.1 • Published 1 year ago

taxonomy-editor v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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.
0.1.1

1 year ago

0.0.1

1 year ago