πŸ“Š Angular
Q. What is the purpose of the `*` symbol before Angular structural directives like `*ngIf`?
  • (A) It denotes a structural directive
  • (B) It denotes a style binding
  • (C) It denotes an event binding
  • (D) It denotes a pipe
πŸ’¬ Discuss
βœ… Correct Answer: (A) It denotes a structural directive

Explanation: The `*` prefix tells Angular to treat it as a structural directive that changes the DOM layout.

Explanation by: Mr. Dubey
The `*` prefix tells Angular to treat it as a structural directive that changes the DOM layout.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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