Satoshi Watanabe
Satoshi Watanabe
I try ``npm run demo``, but fail to run demo contents. I updated typescript and change independent with typings, so I fixed build error. Please check this modification.
"https://webrtc.org/start" is not found. so I fix link of start page to "https://webrtc.github.io/webrtc-org/start/". Please check it.
Test coverage is not 100% in context.ts. I add 2 case tests for context. ``` ------------------|---------|----------|---------|---------|------------------- File | % Stmts | % Branch | % Funcs | % Lines |...
I declared in app.module.ts ``` import { Typeahead } from 'ng2-typeahead'; @NgModule({ ... declarations: [ .... Typeahead, ], .... }) ``` cause following error: "Unexpected value 'Typeahead' declared by the...