Angular 2 ngx typeahead not working in IE

Add below lines in your polyfills.ts

import 'core-js/es7/array';
import 'core-js/es7/string';
import 'zone.js/dist/zone';

String.prototype.normalize = function() { return String(this); };

No comments:

Post a Comment