Angular EnterpriseAngular Enterprise

Modal window components

  • Component libraries
  • 7 links
  • 1 min read
Modal components for your Angular project

Modal windows allow you to display content over the main view of the user interface in order to temporarily block interactions with it. Use modals sparingly only when really necessary e.g. to draw the user's attention to something very important, when you need very important user input, to display additional information in the current context, for example a large image or video or finally to display additional information out of the current context. Be careful not to use them to display error, success, or warning messages, prefer to keep them on the page.

Up next

Learn more about Angular