Verifies if the given version specification is satisfied by the current versions of the APIs.
OptionalversionSpecs: Readonly<Record<string, string>> | nulltrue if the specification is satisfied, else false.
Verifies if the version specification for the given app is satisfied by the current versions of the APIs.
For which the version specification needs to be evaluated.
true if the specification is satisfied, else false.
Helper method that can be used to wait for initialization.
The evaluator service to evaluate the API versions. Used to filter out incompatible (due to incompatible API version range) routes and menus.
Note that during bootstrapping phase, a singleton instance is registered. Hence, instead of creating a new evaluator, you can get it injected.