![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
ng2-awesome-disqus
Advanced tools
Add disqus to your app instantly | live demo
Install it with npm
npm install ng2-awesome-disqus --save
Add DisqusModule
in your root module
import {DisqusModule} from "ng2-awesome-disqus";
@NgModule({
imports: [
DisqusModule
]
})
Add disqus component
<disqus [shortname]="shortname" [identifier]="pageId" ></disqus>
See Disqus official documentation (JavaScript configuration variables) before using these inputs.
<disqus [shortname]="shortname" [identifier]="pageId"
[url]="customUrl" [categoryId]="catId" [lang]="'en'"
(comment)="onComment($event)"
></disqus>
Use the output (comment)
to get the responses for the new comments posted by users.
If you identify any errors in this component, or have an idea for an improvement, please open an issue. I am excited to see what the community thinks of this project, and I would love your input!
Murhaf Sousli
1.1.1
FAQs
Angular Disqus Module
The npm package ng2-awesome-disqus receives a total of 0 weekly downloads. As such, ng2-awesome-disqus popularity was classified as not popular.
We found that ng2-awesome-disqus demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.