Skip to content
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

Angular 9/8/6/5 branches #322

Open
rhalff opened this issue Feb 14, 2020 · 0 comments
Open

Angular 9/8/6/5 branches #322

rhalff opened this issue Feb 14, 2020 · 0 comments

Comments

@rhalff
Copy link
Contributor

rhalff commented Feb 14, 2020

In case it's useful for anyone needing to support this library on newer versions of angular I have several branches here which try to keep up with the latest angular version:

https://github.com/rhalff/angular2-json-schema-form

There are no functional changes, the latest version have been re-arranged a bit though.
The versions have not been published to npm. You can just fork it and then point to git from within your package.json

@dschnelldavis ping?

Dependencies should be added like this:

    "@ngsf/common": "github:rhalff/angular2-json-schema-form#angular-9-common-dist",
    "@ngsf/json-schema-form": "github:rhalff/angular2-json-schema-form#angular-9-json-schema-form-dist",
    "@ngsf/no-framework": "github:rhalff/angular2-json-schema-form#angular-9-no-framework-dist",
    "@ngsf/material-design-framework": "github:rhalff/angular2-json-schema-form#angular-9-material-design-framework-dist",
    "@ngsf/bootstrap3-framework": "github:rhalff/angular2-json-schema-form#angular-9-bootstrap3-framework-dist",
    "@ngsf/bootstrap4-framework": "github:rhalff/angular2-json-schema-form#angular-9-bootstrap4-framework-dist",
    "@ngsf/widget-library": "github:rhalff/angular2-json-schema-form#angular-9-widget-library-dist"

Intention was to release it as an @ngsf package, but I haven't done that yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant