Skip to content

Commit 8d45a24

Browse files
committed
Initiate sk-main branch with Semantic Kompakkt plugins
1 parent dc0c314 commit 8d45a24

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/app/app.plugin.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
import { 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';
54
import { BackendService } from './services/backend/backend.service';
65
import { TranslatePipe } from './pipes/translate.pipe';
76

87
export 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,

0 commit comments

Comments
 (0)