Closed danisss9 closed 2 years ago
When running this on Angular V11 app it gives a Depedency warning:
You could update the package.json to support both angular versions. It seems to run fine in Angular 11.
"@angular/animations": "~10.0.6 || ~11.0.0", "@angular/common": "~10.0.6 || ~11.0.0", "@angular/compiler": "~10.0.6 || ~11.0.0", "@angular/core": "~10.0.6 || ~11.0.0", "@angular/forms": "~10.0.6 || ~11.0.0", "@angular/platform-browser": "~10.0.6 || ~11.0.0", "@angular/platform-browser-dynamic": "~10.0.6 || ~11.0.0", "@angular/router": "~10.0.6 || ~11.0.0",
hey you made it work on angular11?
@SergioFM98 It seems to work so far in Angular 11 and 12 if you "npm install --force"
When running this on Angular V11 app it gives a Depedency warning:
You could update the package.json to support both angular versions. It seems to run fine in Angular 11.