Giter VIP home page Giter VIP logo

angular2parse's People

Contributors

eitanfr avatar sagie501 avatar ttsahi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

angular2parse's Issues

Please make small changes according to angular 10

i can not use angular-cesiuim because they are using angular2parse as a dependency, which is not compatible with Angular 10.

Maybe only this small change should be done in module.ts add type to return type of forRoot method.

export class Angular2ParseModule {
static forRoot(pipesConfigMap: PipesConfig[]): ModuleWithProviders {
return {
ngModule: Angular2ParseModule,
providers: [{provide: PIPES_CONFIG, multi: true, useValue: pipesConfigMap || []}]
};
}
}

Add support for Angular 7 and 8 (and 9?)

Hi,
Can you please add support for modern Angular versions? package.json defines Angular 6 as the newest supported version.
angular2parse is a dependency for other project which already support newer angular versions, but npm install shows a warning about angular2parse because of this issue.
Thanks

Add support for angular9

version:1.0.9
angular:9.1.0

Parser works for angular8.
But after upgrading angular to 9, I got an error message :

ERROR in ../node_modules/angular2parse/src/module.d.ts:3:22 - error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class.

This likely means that the library (angular2parse) which declares Angular2ParseModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

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.