From cbc8e8ec44f2972b2de82dcef472d3c07c8cc7b8 Mon Sep 17 00:00:00 2001 From: markuczy Date: Tue, 2 Jul 2024 14:07:46 +0200 Subject: [PATCH] fix: removed line number from comment --- .../src/lib/utils/webcomponent-bootstrap.utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/angular-webcomponents/src/lib/utils/webcomponent-bootstrap.utils.ts b/libs/angular-webcomponents/src/lib/utils/webcomponent-bootstrap.utils.ts index cb535adc..6008c22e 100644 --- a/libs/angular-webcomponents/src/lib/utils/webcomponent-bootstrap.utils.ts +++ b/libs/angular-webcomponents/src/lib/utils/webcomponent-bootstrap.utils.ts @@ -17,7 +17,7 @@ import { Router } from '@angular/router' import { getLocation } from '@onecx/accelerator' /** - * Implementation inspired by @angular-architects/module-federation-plugin https://github.com/angular-architects/module-federation-plugin/blob/main/libs/mf-tools/src/lib/web-components/bootstrap-utils.ts#L191 + * Implementation inspired by @angular-architects/module-federation-plugin https://github.com/angular-architects/module-federation-plugin/blob/main/libs/mf-tools/src/lib/web-components/bootstrap-utils.ts */ export type AppType = 'shell' | 'microfrontend'