Micah Choquette
Micah Choquette
Not sure if it could happen, but I'd love to have the ability to increase the gutter width in order to allow for both GitGutter and GutterColor to show up...
I had this issue, and fixed it by adding this to my app.module.ts `import { Typeahead } from 'ng2-typeahead';` And then adding it to my @NgModule declarations: ` @NgModule({ declarations:...
@dipakpurbey Did you forget to add an '@' somewhere? Similar to this one: https://stackoverflow.com/questions/40363060/angular-2-error-when-declaring-custom-pipe-on-appmodule
I also have this problem. Any luck, @finzaiko or @BCaldas ?