Q. What is the purpose of the 'schemas' property in an NgModule?
β
Correct Answer: (A)
To allow usage of custom elements or suppress unknown element errors
Explanation: 'schemas' can include CUSTOM_ELEMENTS_SCHEMA for Web Components.