Click here to Skip to main content
15,890,438 members
Articles / Programming Languages / Typescript

Typescript Type Ahead Binding and Filter with Knockout.js and Underscore.js

Rate me:
Please Sign up or sign in to vote.
4.50/5 (5 votes)
29 Nov 2016CPOL2 min read 12.9K   4  
I did two versions, one with a simple text dump to a span as HTML, and the other to filter contents of a drop down list (select). This article only contains the simpler one. I hope to add the other one depending on how this is received and if I can host code samples demos somewhere.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
Currently working with a team developing our next generation web application with a Rest API in C# targeting a single page MVC HTML5 AVL app using Typescript, Knockout, Underscore, Bootstrap, Font-Awesome and Moment.

The backend/server is software-as-a-service (SaaS) currently connected to an SQL DB, but we are looking into utilizing Redis more and future development with Cassandra technologies.

This is quite a fast paced, dynamic project keeping me busy and challenged with new ways of coordinating different tasks and goals, not to mention shifting from my more comfortable OOP C# background into the world of functional programming in the wonderful world of web applications. Let me catch my breath.....

Comments and Discussions