ng2-disqus
v3.0.0
Published
Angular 2 component for Disqus
Downloads
10
Maintainers
Readme
ng2-disqus
Angular 2 component for Disqus
Installation
npm
$ npm i ng2-disqus --saveUsage
import { Ng2DisqusModule } from 'ng2-disqus';Include the component directive in the imports array:
@NgModule({
imports: [
// ...
Ng2DisqusModule
]
})Add disqus to your template with the shortname and page identifier:
<disqus [shortname]="'threesquared'" [identifier]="post.id"></disqus>