8000 Fix precision component not displayed · unil-lettres/dilps-tiresias@47d6119 · GitHub
[go: up one dir, main page]

Skip to content

Commit 47d6119

Browse files
committed
Fix precision component not displayed
1 parent da63f2e commit 47d6119

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

client/app/shared/components/address/address.component.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
import {Component, ElementRef, Inject, Input, NgZone, OnChanges, OnInit, ViewChild} from '@angular/core';
22
import {UntypedFormControl, FormsModule, ReactiveFormsModule} from '@angular/forms';
3-
import {NaturalIconDirective, NaturalQueryVariablesManager, NaturalSelectComponent} from '@ecodev/natural';
3+
import {
4+
NaturalIconDirective,
5+
NaturalQueryVariablesManager,
6+
NaturalSelectComponent,
7+
NaturalSelectEnumComponent,
8+
} from '@ecodev/natural';
49
// Format can remove following line, that is required to prevent warnings in console
510
import {merge} from 'lodash-es';
611
import {CountryService} from '../../../countries/services/country.service';
@@ -32,6 +37,7 @@ import {NgIf, NgClass, AsyncPipe} from '@angular/common';
3237
NgClass,
3338
ExtendedModule,
3439
NaturalSelectComponent,
40+
NaturalSelectEnumComponent,
3541
CdkAccordionModule,
3642
MatIconModule,
3743
ReactiveFormsModule,

0 commit comments

Comments
 (0)
0