πŸ“Š Angular
Q. How can you pass static data to a route in Angular routing?
  • (A) Using data property in route configuration
  • (B) Using query parameters
  • (C) Using @Input decorator
  • (D) Using services
πŸ’¬ Discuss
βœ… Correct Answer: (A) Using data property in route configuration

Explanation: Static data can be passed using the 'data' property inside routes.

Explanation by: Mr. Dubey
Static data can be passed using the 'data' property inside routes.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
45
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
97%
Success Rate