File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 11import { provideExtender } from '@kompakkt/extender' ;
2- /*import { HelloWorldPlugin } from '@kompakkt/plugin-hello-world';
3- import { TranslatePlugin } from '@kompakkt/plugin-i18n';
4- import { SemanticKompakktMetadataPlugin } from '@kompakkt/plugin-semantic-kompakkt-metadata';*/
2+ import { HelloWorldPlugin } from '@kompakkt/plugins/hello-world' ;
3+ import { SemanticKompakktMetadataPlugin } from '@kompakkt/plugins/semantic-kompakkt-metadata' ;
54import { BackendService } from './services/backend/backend.service' ;
65import { TranslatePipe } from './pipes/translate.pipe' ;
76
87export const pluginProviders = provideExtender ( {
9- plugins : [
10- /*new HelloWorldPlugin(), new TranslatePlugin(), new SemanticKompakktMetadataPlugin()*/
11- ] ,
8+ plugins : [ new HelloWorldPlugin ( ) , new SemanticKompakktMetadataPlugin ( ) ] ,
129 componentSet : 'viewerComponents' ,
1310 services : {
1411 backendService : BackendService ,
You can’t perform that action at this time.
0 commit comments