Angular HashTable NPM ๐ŸŽ‰

b(f)rutalchrist
1 min readJun 16, 2018

--

In an older post I talk about HashTable in Angular. Today I publish this HashTable in npm.

How to use? ๐Ÿš€

Note โ˜๐Ÿผ: the version of angular-cli use in this example is 6.0.8

Create a new Angular project and install angular-hashtable

$ ng new hashtable-example
$ cd hashtable-example
$ yarn add angular-hashtable

Implement HashTable in src/app/app.component.ts

Run the project and visit http://localhost:4200

$ yarn start
$ open http://localhost:4200

Voilร  โšก๏ธ

Cheers ๐Ÿป

--

--