πŸ“Š Angular
Q. What is the purpose of the 'schemas' property in an NgModule?
  • (A) To allow usage of custom elements or suppress unknown element errors
  • (B) To import other modules
  • (C) To declare components
  • (D) To provide services
πŸ’¬ Discuss
βœ… Correct Answer: (A) To allow usage of custom elements or suppress unknown element errors

Explanation: 'schemas' can include CUSTOM_ELEMENTS_SCHEMA for Web Components.

Explanation by: Mr. Dubey
'schemas' can include CUSTOM_ELEMENTS_SCHEMA for Web Components.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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