Angular - Services and Dependency Injection
You want to create a service that is only available to a specific feature module. Which Angular CLI command option helps achieve this?
--module option registers the service in the specified module, limiting its scope.--global and --root provide app-wide scope. --shared is not a valid option for service generation.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions