Skip to content

Commit

Permalink
feat: add condition to display share tool and comment bootstrap mention
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Jul 15, 2024
1 parent 51db788 commit 5bb338b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
</div>
</div>
<gn-ui-data-view-share
*ngIf="(displayMap$ | async) || (displayData$ | async)"
[viewType]="selectedView$ | async"
></gn-ui-data-view-share>
<div
Expand Down
2 changes: 1 addition & 1 deletion apps/webcomponents/src/app/webcomponents.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const CUSTOM_ELEMENTS: [new (...args) => BaseComponent, string][] = [
},
],
schemas: [CUSTOM_ELEMENTS_SCHEMA],
bootstrap: [AppComponent],
// bootstrap: [AppComponent],
})
export class WebcomponentsModule {
constructor(private injector: Injector) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
DataViewPermalinkComponent,
WEB_COMPONENT_EMBEDDER_URL,
} from './data-view-permalink.component'
import { BehaviorSubject, firstValueFrom, lastValueFrom, takeLast } from 'rxjs'
import { BehaviorSubject, firstValueFrom } from 'rxjs'
import { MdViewFacade } from '../state'
import { Component, Input } from '@angular/core'
import { TranslateModule } from '@ngx-translate/core'
Expand Down

0 comments on commit 5bb338b

Please sign in to comment.