Experimental Angular 2 models and services for connecting with the Neo4j REST API.
In development.
Requires tsc
for postinstall.
npm install
You have to configure Neo4jSettings
in your bootstrap:
provide('Neo4jSettings', {useValue: {
endpoint: 'http://localhost:7474',
username: 'neo4j',
password: 'neo4j42'
}})