File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
projects/angular/components/ui-suggest/src Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import { MatInputModule } from '@angular/material/input';
10
10
import { MatListModule } from '@angular/material/list' ;
11
11
import { MatProgressSpinnerModule } from '@angular/material/progress-spinner' ;
12
12
import { MatTooltipModule } from '@angular/material/tooltip' ;
13
+ import { UiAutoAccessibleLabelModule } from '@uipath/angular/a11y' ;
13
14
import { UiAutofocusModule } from '@uipath/angular/directives/ui-autofocus' ;
14
15
import { UiClickOutsideModule } from '@uipath/angular/directives/ui-click-outside' ;
15
16
import { UiNgLetModule } from '@uipath/angular/directives/ui-ng-let' ;
@@ -34,6 +35,7 @@ import { UiSuggestComponent } from './ui-suggest.component';
34
35
UiClickOutsideModule ,
35
36
UiVirtualScrollRangeLoaderModule ,
36
37
MatChipsModule ,
38
+ UiAutoAccessibleLabelModule ,
37
39
] ,
38
40
declarations : [
39
41
UiSuggestComponent ,
You can’t perform that action at this time.
0 commit comments