Skip to content

Commit

Permalink
refactor: moved remote-webcomponent interface to angular-remote-compo…
Browse files Browse the repository at this point in the history
…nents
  • Loading branch information
markuczy committed Jun 26, 2024
1 parent 1e9c237 commit 547fd12
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 12 deletions.
1 change: 1 addition & 0 deletions libs/angular-remote-components/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from './lib/model/remote-component'
export * from './lib/model/remote-webcomponent'
export * from './lib/model/remote-component-config.model'
export * from './lib/model/injection-tokens'
export * from './lib/components/slot/slot.component'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { RemoteComponentConfig } from './remote-component-config.model'

export interface ocxRemoteWebcomponent {
ocxRemoteComponentConfig: RemoteComponentConfig
}
2 changes: 1 addition & 1 deletion libs/angular-webcomponents/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './lib/model/remote-webcomponent'
export * from './lib/utils/webcomponent-router-initializer.utils'

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export function initializeRouter() {}

Check failure on line 1 in libs/angular-webcomponents/src/lib/utils/webcomponent-router-initializer.utils.ts

View workflow job for this annotation

GitHub Actions / main

Unexpected empty function 'initializeRouter'

0 comments on commit 547fd12

Please sign in to comment.