taxonomy-editor
v0.1.1
Published
## Add the below properties to Environment.ts. { url: 'https://portal.igot-dev.in', frameworkName: 'devmvp3', channelId: '0131397178949058560', authToken: 'Bearer eyJhb...', userToken:'eyJhbGciOiJSUzI...',
Downloads
2
Readme
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
}
})
- Navigate to “/dashboard” to view the categories columns and add and to “/approval“ to view approval flow.