Skip to content

Instantly share code, notes, and snippets.

@molcik
Last active July 12, 2017 18:21
Show Gist options
  • Save molcik/0ed9b585d8eb588d7c7f11cf55933a7a to your computer and use it in GitHub Desktop.
Save molcik/0ed9b585d8eb588d7c7f11cf55933a7a to your computer and use it in GitHub Desktop.
@Component({
selector: 'auto-complete',
templateUrl: 'auto-complete.template.html',
})
export class AutocompleteExample {
...
parseHash(val: string) {
return this.statesHash[val];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment