switched to the public shared packages

This commit is contained in:
2026-06-11 16:40:30 +02:00
parent fec27b93f3
commit b6e9ddbb0e
9 changed files with 103 additions and 135 deletions

View File

@@ -1,8 +1,6 @@
import { appConfig } from './app/app.config';
import { App } from './app/app';
import { bootstrapPhoenixPluginCustomElement } from '@phx/shared-ui';
import { createApplication } from '@angular/platform-browser';
import { createCustomElement } from '@angular/elements';
import { bootstrapPhoenixPluginCustomElement } from '@phx-erp/shared-ui';
import { environment } from './environments/environment';
bootstrapPhoenixPluginCustomElement(App, 'frontend-plugin-demo', appConfig)