Open ghost opened 5 years ago
https://github.com/videogular/videogular2/blob/3fd74e7c548809afbd625dea04584eb7a22877fa/package.json#L19
For a library that requires Angular, wouldn't the versioning be more consistent if major is lockstep with the version of ngx required? Here we have Videogular2@7.x but Angular@8.x and no version of Videogular2 for Angular 7.x.
I agree, I think for next release we should track angular versions.
https://github.com/videogular/videogular2/blob/3fd74e7c548809afbd625dea04584eb7a22877fa/package.json#L19
For a library that requires Angular, wouldn't the versioning be more consistent if major is lockstep with the version of ngx required? Here we have Videogular2@7.x but Angular@8.x and no version of Videogular2 for Angular 7.x.