Q. How can you pass static data to a route in Angular routing?
β
Correct Answer: (A)
Using data property in route configuration
Explanation: Static data can be passed using the 'data' property inside routes.