GithubHelp home page GithubHelp logo

ng2-split's Introduction

ng2-split's People

Contributors

bertrandg avatar

Stargazers

JMV avatar Julian Henao Marin avatar jesus_isao avatar  avatar Antoc0d3 avatar Volodymyr avatar herubber avatar  avatar  avatar AngularNinja.com avatar John Robinson avatar  avatar

Watchers

James Cloos avatar AngularNinja.com avatar  avatar  avatar  avatar

ng2-split's Issues

Split is not defined

I have tried us this module, but I get the error above.

Angular 2.2
Angular Starter: https://github.com/preboot/angular2-webpack/
Split imported by vendor.ts ( import 'split.js/split';) with no errors!

VM40151:227 Uncaught ReferenceError: Split is not defined(…)
SplitDirective.build	@	split.directive.ts?7b3c:108
(anonymous function)	@	split.directive.ts?7b3c:16
SafeSubscriber.__tryOrUnsub	@	VM40151:223
SafeSubscriber.next	@	VM40151:172
Subscriber._next	@	VM40151:125
Subscriber.next	@	VM40151:89
DebounceTimeSubscriber.debouncedNext	@	VM40549:98
dispatchNext	@	VM40549:114
AsyncAction._execute	@	VM40474:111
AsyncAction.execute	@	VM40474:86
AsyncScheduler.flush	@	VM40476:36
ZoneDelegate.invokeTask	@	zone.js?fad3:265
onInvokeTask	@	VM40145:229
ZoneDelegate.invokeTask	@	zone.js?fad3:264
Zone.runTask	@	zone.js?fad3:154
ZoneTask.invoke	@	zone.js?fad3:335
data.args.(anonymous function)	@	zone.js?fad3:970

split.directive.ts?7b3c:108

this.splitInstance = Split(elements, params);
this.addStyles();

SplitDirective.build @ split.directive.ts?7b3c:108

    function SplitDirective(el, renderer) {
        var _this = this;
        this.el = el;
        this.renderer = renderer;
        this.direction = 'horizontal';
        this.dragStart = new core_1.EventEmitter(false);
        this.drag = new core_1.EventEmitter(false);
        this.dragEnd = new core_1.EventEmitter(false);
        this.areas = [];
        this.build$ = new Subject_1.Subject();
        this.sub = this.build$.debounceTime(1).subscribe(function () { return _this.build(); });
    }

What is the license of this library?

We are looking for a splitter to be used in a ng2 application. Thanks for you building it already. I would like to confirm with you the license of your library so that we won't run into legal issue. Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.