Skip to content

Commit 60255ca

Browse files
committed
fix: remove unused appRef parameter
1 parent ec90c48 commit 60255ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ import {ActionMenuComponent} from "./view/action-menu/action-menu/action-menu.co
241241
export class AppModule implements DoBootstrap {
242242
constructor(private injector: Injector) {}
243243

244-
ngDoBootstrap(appRef: ApplicationRef) {
244+
ngDoBootstrap() {
245245
if (environment.customElement) {
246246
const element = createCustomElement(AppComponent, {injector: this.injector});
247247
customElements.define("sbb-root", element);

0 commit comments

Comments
 (0)