Skip to content

Commit

Permalink
feat(typeahead): deprecated typeahead utils for ngv4 aot mode work
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Apr 6, 2017
1 parent 692e09f commit df499e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export {

export {
TypeaheadOptions, TypeaheadContainerComponent, TypeaheadDirective,
TypeaheadMatch, TypeaheadModule, TypeaheadUtils,
TypeaheadMatch, TypeaheadModule
} from './typeahead';

export {
Expand Down
2 changes: 1 addition & 1 deletion src/typeahead/latin-map.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* tslint:disable:max-file-line-count */
export const latinMap = {
export const latinMap:any = {
'Á': 'A',
'Ă': 'A',
'Ắ': 'A',
Expand Down

0 comments on commit df499e9

Please sign in to comment.