Skip to content

Commit df499e9

Browse files
committed
feat(typeahead): deprecated typeahead utils for ngv4 aot mode work
1 parent 692e09f commit df499e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export {
8181

8282
export {
8383
TypeaheadOptions, TypeaheadContainerComponent, TypeaheadDirective,
84-
TypeaheadMatch, TypeaheadModule, TypeaheadUtils,
84+
TypeaheadMatch, TypeaheadModule
8585
} from './typeahead';
8686

8787
export {

src/typeahead/latin-map.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* tslint:disable:max-file-line-count */
2-
export const latinMap = {
2+
export const latinMap:any = {
33
'Á': 'A',
44
'Ă': 'A',
55
'Ắ': 'A',

0 commit comments

Comments
 (0)