Skip to content

Commit

Permalink
fix: remove unused appRef parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgreiner committed Jun 27, 2024
1 parent ec90c48 commit 60255ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ import {ActionMenuComponent} from "./view/action-menu/action-menu/action-menu.co
export class AppModule implements DoBootstrap {
constructor(private injector: Injector) {}

ngDoBootstrap(appRef: ApplicationRef) {
ngDoBootstrap() {
if (environment.customElement) {
const element = createCustomElement(AppComponent, {injector: this.injector});
customElements.define("sbb-root", element);
Expand Down

0 comments on commit 60255ca

Please sign in to comment.