Skip to content

Commit

Permalink
Merge remote-tracking branch 'ce/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-babak committed Sep 4, 2024
2 parents e3b6285 + bf6bd06 commit 6014c5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui-ngx/src/app/shared/shared.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ import { HexInputComponent } from '@shared/components/color-picker/hex-input.com
import { CustomTranslatePipe } from '@shared/pipe/custom-translate.pipe';
import { ScadaSymbolInputComponent } from '@shared/components/image/scada-symbol-input.component';
import { CountryAutocompleteComponent } from '@shared/components/country-autocomplete.component';
import { CountryData } from '@shared/models/country.models';

export function MarkedOptionsFactory(markedOptionsService: MarkedOptionsService) {
return markedOptionsService;
Expand Down Expand Up @@ -279,7 +280,8 @@ export function MarkedOptionsFactory(markedOptionsService: MarkedOptionsService)
disableTooltipInteractivity: true
}
},
TbBreakPointsProvider
TbBreakPointsProvider,
CountryData
],
declarations: [
FooterComponent,
Expand Down

0 comments on commit 6014c5f

Please sign in to comment.