-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding angular module #286
base: master
Are you sure you want to change the base?
Conversation
Fix this.lexer undefined, fixes zaach#246
…on share object it's unnecessary to assign to itself
Any idea how to include Jison in an angular project without this ? |
if your project is in es6 you can just use amd module, import it where you need it, and wrap in angular service for convenience of dependency injection. This PR is from 3 years back... i guess at that time i must have had my angular project in es5 and bundled together with gulp 😂 |
At the moment I'm struggling to get this included in Angular 5! I believe this PR would do the trick? |
This change would make it easy to use jison in angular projects.
Workflow would look like this: