
Security News
Bun 1.2.19 Adds Isolated Installs for Better Monorepo Support
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
ngx-reactflow
Advanced tools
This is a Reactflow wrapper library for Angular.
:warning: This library is still in alpha stages, some things may not work correctly. |
---|
If you find any bugs, please open a PR. |
You can install the library with npm.
# Install ngx-reactflow and dependencies
npm i ngx-reactflow reactflow react-dom react --save
# Install type definitions
npm i -D @types/react@18 @types/react-dom@18
Use NgxReactflow in your project:
import { Component } from '@angular/core';
import { ReactflowComponent } from 'ngx-reactflow';
import { Node, Edge } from 'reactflow';
@Component({
selector: 'app-test-component',
template: `<ngx-reactflow></ngx-reactflow>`
imports: [
ReactflowComponent
],
standalone: true
})
export class TestComponent {
nodes: Node<any, string | undefined>[] = [];
edges: Edge<any>[] = [];
}
FAQs
Angular context menu that works with templates
The npm package ngx-reactflow receives a total of 3 weekly downloads. As such, ngx-reactflow popularity was classified as not popular.
We found that ngx-reactflow demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Security News
Popular npm packages like eslint-config-prettier were compromised after a phishing attack stole a maintainer’s token, spreading malicious updates.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.