switched to the public shared packages
This commit is contained in:
@@ -2,7 +2,7 @@ import { ApplicationConfig, provideBrowserGlobalErrorListeners, provideZoneChang
|
||||
import { provideRouter } from '@angular/router';
|
||||
import { routes } from './app.routes';
|
||||
import { provideHttpClient } from '@angular/common/http';
|
||||
import { providePhoenixPluginWithPrimeNG } from '@phx/shared-ui';
|
||||
import { providePhoenixPluginWithPrimeNG } from '@phx-erp/shared-ui';
|
||||
import { environment } from '../environments/environment';
|
||||
import { apolloProvider } from './apollo.provider';
|
||||
import { AuthGuard } from './auth-guard';
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { Component, effect, inject, Injector, input } from '@angular/core';
|
||||
import { RouterOutlet } from '@angular/router';
|
||||
import { PhoenixHostBridgeService } from './services/phoenix-host-bridge.service';
|
||||
import { IPluginServices, syncPhoenixHostInjector } from '@phx/shared-ui';
|
||||
import { IPluginServices, syncPhoenixHostInjector } from '@phx-erp/shared-ui';
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { Injectable, Injector, signal } from '@angular/core';
|
||||
import type { IPluginServices } from '@phx/shared-ui';
|
||||
import type { IPluginServices } from '@phx-erp/shared-ui';
|
||||
|
||||
@Injectable({ providedIn: 'root' })
|
||||
export class PhoenixHostBridgeService {
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user