ngx-gist icon indicating copy to clipboard operation
ngx-gist copied to clipboard

Angular 4 Component for embedding a gist within an Angular site

Results 5 ngx-gist issues
Sort by recently updated
recently updated
newest added

I'm getting this issue when trying to import the module in Angular 9: ERROR in node_modules/ngx-gist/dist/ngx-gist.module.d.ts:1:22 - error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved...

the ngx-gist not rendering the gist to the available height, so always end up with scrollbar. using with bootstrap.

ERROR TypeError: Cannot read property 'contentWindow' of undefined at NgxGist.push../node_modules/ngx-gist/dist/ngx-gist.js.NgxGist.ngAfterViewInit (ngx-gist.js:19) at callProviderLifecycles (core.js:32328) at callElementProvidersLifecycles (core.js:32293) at callLifecycleHooksChildrenFirst (core.js:32275) at checkAndUpdateView (core.js:44281) at callViewAction (core.js:44637) at execComponentViewsAction (core.js:44565) at...

when I upgraded to angular 8 it works fine, but If I turn on ivy I get an error: ERROR in ENOENT: no such file or directory, open '/home/circleci/project/node_modules/ngx-gist/dist/mgx-gist.module.js' ![image](https://user-images.githubusercontent.com/19475195/58564545-bdeceb00-81f2-11e9-9ee4-f3ccb4e571c0.png)...

The IFRAME rendered by this module is responsive on desktop web browsers. However, on iOS Safari it renders in full width (not scaled to horizontally to fit in the viewport)....