MurhafSousli/ngx-disqus

it looks like it does not work with Angular 10

stevermeister opened this issue · 2 comments

I've included the module

  DisqusModule.forRoot('test')

, but still

  1. If 'disqus' is an Angular component, then verify that it is part of this module.
  2. To allow any element add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.

created pull request for you - #64

it was working! my bad. I did not take into account that the blog module was lazy-loaded