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

Please make small changes according to angular 10 #9

Open
fflyw opened this issue Aug 21, 2020 · 0 comments
Open

Please make small changes according to angular 10 #9

fflyw opened this issue Aug 21, 2020 · 0 comments

Comments

@fflyw
Copy link

fflyw commented Aug 21, 2020

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 || []}]
};
}
}

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