Rares Golea
Rares Golea
This is a first attempt to add custom operators to allow users to extend functionality. I still need some help with some tests but I believe this should close #149....
This allows the graph to be set to a custom value
I kept having these errors because jqLite wouldn't do element selection so I added the document.querySelector to prevent this issue
I've added a `query$` property on the options of the query. It's a function that accepts a `context` just like the `queryFn` prop does and it returns an observable. It...
The array was giving an error: ``` throw new TypeError('Path must be a string. Received ' + inspect(path)); ^ TypeError: Path must be a string. Received [ 'dist/nz-toggle.js', 'dist/nz-toggle.css' ]...