UNPKG

@rxap/ngx-error

Version:

This package provides a comprehensive error handling solution for Angular applications, including interceptors, services, and UI components to display different types of errors in a user-friendly dialog. It supports handling of generic errors, HTTP errors

385 lines (341 loc) 25.2 kB
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>angular-error</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="./images/favicon.ico"> <link rel="stylesheet" href="./styles/style.css"> <link rel="stylesheet" href="./styles/dark.css"> </head> <body> <script> // Blocking script to avoid flickering dark mode // Dark mode toggle button var useDark = window.matchMedia('(prefers-color-scheme: dark)'); var darkModeState = useDark.matches; var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input'); var $darkModeToggles = document.querySelectorAll('.dark-mode-switch'); var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state'); function checkToggle(check) { for (var i = 0; i < $darkModeToggleSwitchers.length; i++) { $darkModeToggleSwitchers[i].checked = check; } } function toggleDarkMode(state) { if (window.localStorage) { localStorage.setItem('compodoc_darkmode-state', state); } checkToggle(state); const hasClass = document.body.classList.contains('dark'); if (state) { for (var i = 0; i < $darkModeToggles.length; i++) { $darkModeToggles[i].classList.add('dark'); } if (!hasClass) { document.body.classList.add('dark'); } } else { for (var i = 0; i < $darkModeToggles.length; i++) { $darkModeToggles[i].classList.remove('dark'); } if (hasClass) { document.body.classList.remove('dark'); } } } useDark.addEventListener('change', function (evt) { toggleDarkMode(evt.matches); }); if (darkModeStateLocal) { darkModeState = darkModeStateLocal === 'true'; } toggleDarkMode(darkModeState); </script> <div class="navbar navbar-default navbar-fixed-top d-md-none p-0"> <div class="d-flex"> <a href="./" class="navbar-brand">angular-error</a> <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button> </div> </div> <div class="xs-menu menu" id="mobile-menu"> <div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu> </div> <div class="container-fluid main"> <div class="row main"> <div class="d-none d-md-block menu"> <compodoc-menu mode="normal"></compodoc-menu> </div> <!-- START CONTENT --> <div class="content getting-started"> <div class="content-data"> <h1>Change Log</h1> <p>All notable changes to this project will be documented in this file. See <a href="https://conventionalcommits.org">Conventional Commits</a> for commit guidelines.</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@19.0.3-dev.1...@rxap/ngx-error@19.0.3">19.0.3</a> (2025-03-07)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@19.0.3-dev.0...@rxap/ngx-error@19.0.3-dev.1">19.0.3-dev.1</a> (2025-02-28)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@19.0.2...@rxap/ngx-error@19.0.3-dev.0">19.0.3-dev.0</a> (2025-02-26)</h2> <h3>Bug Fixes</h3> <ul> <li>update package groups (<a href="https://gitlab.com/rxap/packages/commit/5810ff609fe867842a6c9fc8531511dc1e97587a">5810ff6</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@19.0.2-dev.3...@rxap/ngx-error@19.0.2">19.0.2</a> (2025-02-23)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@19.0.2-dev.2...@rxap/ngx-error@19.0.2-dev.3">19.0.2-dev.3</a> (2025-02-23)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@19.0.2-dev.1...@rxap/ngx-error@19.0.2-dev.2">19.0.2-dev.2</a> (2025-02-23)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@19.0.2-dev.0...@rxap/ngx-error@19.0.2-dev.1">19.0.2-dev.1</a> (2025-02-18)</h2> <h3>Bug Fixes</h3> <ul> <li>update package groups (<a href="https://gitlab.com/rxap/packages/commit/4afd316e33c6edab0e500d7ddc572ae8e48f8c34">4afd316</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@19.0.1...@rxap/ngx-error@19.0.2-dev.0">19.0.2-dev.0</a> (2025-02-18)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@19.0.1-dev.6...@rxap/ngx-error@19.0.1">19.0.1</a> (2025-02-13)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@19.0.1-dev.5...@rxap/ngx-error@19.0.1-dev.6">19.0.1-dev.6</a> (2025-02-13)</h2> <h3>Bug Fixes</h3> <ul> <li>update package groups (<a href="https://gitlab.com/rxap/packages/commit/21378b776550fac07c12e59e98c1466e80ea1232">21378b7</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@19.0.1-dev.4...@rxap/ngx-error@19.0.1-dev.5">19.0.1-dev.5</a> (2025-02-13)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@19.0.1-dev.3...@rxap/ngx-error@19.0.1-dev.4">19.0.1-dev.4</a> (2025-02-10)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@19.0.1-dev.2...@rxap/ngx-error@19.0.1-dev.3">19.0.1-dev.3</a> (2025-02-07)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@19.0.1-dev.1...@rxap/ngx-error@19.0.1-dev.2">19.0.1-dev.2</a> (2025-01-28)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@19.0.1-dev.0...@rxap/ngx-error@19.0.1-dev.1">19.0.1-dev.1</a> (2025-01-22)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@19.0.0...@rxap/ngx-error@19.0.1-dev.0">19.0.1-dev.0</a> (2025-01-08)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@19.0.0-dev.2...@rxap/ngx-error@19.0.0">19.0.0</a> (2025-01-08)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@19.0.0-dev.1...@rxap/ngx-error@19.0.0-dev.2">19.0.0-dev.2</a> (2025-01-03)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.1.3-dev.0...@rxap/ngx-error@19.0.0-dev.1">19.0.0-dev.1</a> (2024-12-11)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.1.2...@rxap/ngx-error@18.1.3-dev.0">18.1.3-dev.0</a> (2024-12-10)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.1.2-dev.0...@rxap/ngx-error@18.1.2">18.1.2</a> (2024-12-10)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.1.1...@rxap/ngx-error@18.1.2-dev.0">18.1.2-dev.0</a> (2024-12-03)</h2> <h3>Bug Fixes</h3> <ul> <li>ensure the proper theme color is used (<a href="https://gitlab.com/rxap/packages/commit/f6f0a9f5ff667cf5eff57d9fded13b89ccd8ffc7">f6f0a9f</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.1.1-dev.0...@rxap/ngx-error@18.1.1">18.1.1</a> (2024-10-28)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.1.0...@rxap/ngx-error@18.1.1-dev.0">18.1.1-dev.0</a> (2024-10-04)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.1.0-dev.0...@rxap/ngx-error@18.1.0">18.1.0</a> (2024-09-18)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.0.6...@rxap/ngx-error@18.1.0-dev.0">18.1.0-dev.0</a> (2024-08-27)</h1> <h3>Features</h3> <ul> <li>add open api http response error handler (<a href="https://gitlab.com/rxap/packages/commit/542efd24c4965d0fdbe3b3d12dcf8e6ac6aa7ebb">542efd2</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.0.6-dev.0...@rxap/ngx-error@18.0.6">18.0.6</a> (2024-08-22)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.0.5...@rxap/ngx-error@18.0.6-dev.0">18.0.6-dev.0</a> (2024-08-22)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.0.5-dev.2...@rxap/ngx-error@18.0.5">18.0.5</a> (2024-07-30)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.0.5-dev.1...@rxap/ngx-error@18.0.5-dev.2">18.0.5-dev.2</a> (2024-07-25)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.0.5-dev.0...@rxap/ngx-error@18.0.5-dev.1">18.0.5-dev.1</a> (2024-07-22)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.0.4...@rxap/ngx-error@18.0.5-dev.0">18.0.5-dev.0</a> (2024-07-09)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.0.4-dev.0...@rxap/ngx-error@18.0.4">18.0.4</a> (2024-06-30)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.0.3...@rxap/ngx-error@18.0.4-dev.0">18.0.4-dev.0</a> (2024-06-30)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.0.3-dev.1...@rxap/ngx-error@18.0.3">18.0.3</a> (2024-06-28)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.0.3-dev.0...@rxap/ngx-error@18.0.3-dev.1">18.0.3-dev.1</a> (2024-06-21)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.0.2...@rxap/ngx-error@18.0.3-dev.0">18.0.3-dev.0</a> (2024-06-20)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.0.2-dev.4...@rxap/ngx-error@18.0.2">18.0.2</a> (2024-06-18)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.0.2-dev.3...@rxap/ngx-error@18.0.2-dev.4">18.0.2-dev.4</a> (2024-06-17)</h2> <h3>Bug Fixes</h3> <ul> <li>update to latest sentry version (<a href="https://gitlab.com/rxap/packages/commit/9caf6ce42f72b053d1ea779a457fe73dd46dea8b">9caf6ce</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.0.2-dev.2...@rxap/ngx-error@18.0.2-dev.3">18.0.2-dev.3</a> (2024-06-17)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.0.2-dev.1...@rxap/ngx-error@18.0.2-dev.2">18.0.2-dev.2</a> (2024-06-17)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.0.2-dev.0...@rxap/ngx-error@18.0.2-dev.1">18.0.2-dev.1</a> (2024-06-17)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.0.1...@rxap/ngx-error@18.0.2-dev.0">18.0.2-dev.0</a> (2024-06-05)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@18.0.1-dev.0...@rxap/ngx-error@18.0.1">18.0.1</a> (2024-05-30)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@17.0.1...@rxap/ngx-error@18.0.1-dev.0">18.0.1-dev.0</a> (2024-05-30)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@17.0.1...@rxap/ngx-error@17.0.1">17.0.1</a> (2024-05-29)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@17.0.1...@rxap/ngx-error@17.0.1-dev.0">17.0.1-dev.0</a> (2024-05-29)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@17.0.1-dev.0...@rxap/ngx-error@17.0.1">17.0.1</a> (2024-05-29)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.1.3...@rxap/ngx-error@17.0.1-dev.0">17.0.1-dev.0</a> (2024-05-29)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.1.3-dev.0...@rxap/ngx-error@16.1.3">16.1.3</a> (2024-05-28)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.1.2...@rxap/ngx-error@16.1.3-dev.0">16.1.3-dev.0</a> (2024-05-28)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.1.2-dev.0...@rxap/ngx-error@16.1.2">16.1.2</a> (2024-05-27)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.1.1...@rxap/ngx-error@16.1.2-dev.0">16.1.2-dev.0</a> (2024-05-27)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.1.1-dev.3...@rxap/ngx-error@16.1.1">16.1.1</a> (2024-04-17)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.1.1-dev.2...@rxap/ngx-error@16.1.1-dev.3">16.1.1-dev.3</a> (2024-04-09)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.1.1-dev.1...@rxap/ngx-error@16.1.1-dev.2">16.1.1-dev.2</a> (2024-03-11)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.1.1-dev.0...@rxap/ngx-error@16.1.1-dev.1">16.1.1-dev.1</a> (2024-03-05)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.1.0...@rxap/ngx-error@16.1.1-dev.0">16.1.1-dev.0</a> (2024-02-09)</h2> <h3>Bug Fixes</h3> <ul> <li>remove FlexLayout dependency (<a href="https://gitlab.com/rxap/packages/commit/1fea895ea326d64e3ca230386175d1cd71d25ace">1fea895</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.1.0-dev.7...@rxap/ngx-error@16.1.0">16.1.0</a> (2024-02-07)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.1.0-dev.6...@rxap/ngx-error@16.1.0-dev.7">16.1.0-dev.7</a> (2023-10-11)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.1.0-dev.6...@rxap/ngx-error@16.1.0-dev.6">16.1.0-dev.6</a> (2023-10-11)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h1>16.1.0-dev.6 (2023-10-11)</h1> <h3>Bug Fixes</h3> <ul> <li>add missing padding (<a href="https://gitlab.com/rxap/packages/commit/23553a39fbb3dd7e9f810c96fe8e242c75bdb09f">23553a3</a>)</li> <li>ensure the error object is defined (<a href="https://gitlab.com/rxap/packages/commit/4b32defd3697a1f3c4ed421c3ff875f1c871cd5e">4b32def</a>)</li> <li>peer dependency issue (<a href="https://gitlab.com/rxap/packages/commit/ee95415370d9ef2396916d6c25061a0df791034a">ee95415</a>)</li> <li>remove debug log (<a href="https://gitlab.com/rxap/packages/commit/3d23ce3b3e18067a1ed0e5c5182164c06754bda4">3d23ce3</a>)</li> <li>support small displaces (<a href="https://gitlab.com/rxap/packages/commit/1c62ebe496aa526ab2b923764475b370715a26d7">1c62ebe</a>)</li> <li>update token description (<a href="https://gitlab.com/rxap/packages/commit/284ccd658576cdb4d8dbf2f2a7c10717de5c1e16">284ccd6</a>)</li> <li>use correct unit (<a href="https://gitlab.com/rxap/packages/commit/838d4cc8c1e1399f4bd1945ad7e0f935fdbe1c3c">838d4cc</a>)</li> </ul> <h3>Features</h3> <ul> <li>add angular error dialog (<a href="https://gitlab.com/rxap/packages/commit/7fb230723cfe69fb5bf0d0be7a223c895ca0bbf2">7fb2307</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.1.0-dev.4...@rxap/ngx-error@16.1.0-dev.5">16.1.0-dev.5</a> (2023-09-30)</h1> <h3>Bug Fixes</h3> <ul> <li>use correct unit (<a href="https://gitlab.com/rxap/packages/commit/7ddbf4fbbdfff6399528feef6ca20c0125bbbb93">7ddbf4f</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.1.0-dev.3...@rxap/ngx-error@16.1.0-dev.4">16.1.0-dev.4</a> (2023-09-30)</h1> <h3>Bug Fixes</h3> <ul> <li>support small displaces (<a href="https://gitlab.com/rxap/packages/commit/64653433b5bf9f22c3ea1ad8060c418b29afd5f2">6465343</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.1.0-dev.2...@rxap/ngx-error@16.1.0-dev.3">16.1.0-dev.3</a> (2023-09-27)</h1> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.1.0-dev.1...@rxap/ngx-error@16.1.0-dev.2">16.1.0-dev.2</a> (2023-09-22)</h1> <h3>Bug Fixes</h3> <ul> <li>remove debug log (<a href="https://gitlab.com/rxap/packages/commit/d3b39f5d7aeba6810a1c23d61240a35aa07268e1">d3b39f5</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.1.0-dev.0...@rxap/ngx-error@16.1.0-dev.1">16.1.0-dev.1</a> (2023-09-22)</h1> <h3>Bug Fixes</h3> <ul> <li>update token description (<a href="https://gitlab.com/rxap/packages/commit/478e7735b345ab8a9a205e266e109da3f1eeecd1">478e773</a>)</li> </ul> <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.0.1-dev.4...@rxap/ngx-error@16.1.0-dev.0">16.1.0-dev.0</a> (2023-09-21)</h1> <h3>Features</h3> <ul> <li>add angular error dialog (<a href="https://gitlab.com/rxap/packages/commit/f7d3a369bfbd74f7a02d1ad46bfface528a035c4">f7d3a36</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.0.1-dev.3...@rxap/ngx-error@16.0.1-dev.4">16.0.1-dev.4</a> (2023-09-15)</h2> <h3>Bug Fixes</h3> <ul> <li>ensure the error object is defined (<a href="https://gitlab.com/rxap/packages/commit/a75e8a640afe26ab2d8179b1c3a6432d110666c3">a75e8a6</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.0.1-dev.2...@rxap/ngx-error@16.0.1-dev.3">16.0.1-dev.3</a> (2023-09-14)</h2> <h3>Bug Fixes</h3> <ul> <li>add missing padding (<a href="https://gitlab.com/rxap/packages/commit/30dd51326d1b8f938d0ff543c3cd2b4191b8d556">30dd513</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.0.1-dev.1...@rxap/ngx-error@16.0.1-dev.2">16.0.1-dev.2</a> (2023-09-12)</h2> <h3>Bug Fixes</h3> <ul> <li>peer dependency issue (<a href="https://gitlab.com/rxap/packages/commit/e67e2b8eb884b598536d16c2c544a9ad9be5b53e">e67e2b8</a>)</li> </ul> <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-error@16.0.1-dev.0...@rxap/ngx-error@16.0.1-dev.1">16.0.1-dev.1</a> (2023-09-12)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> <h2>16.0.1-dev.0 (2023-09-08)</h2> <p><strong>Note:</strong> Version bump only for package @rxap/ngx-error</p> </div><div class="search-results"> <div class="has-results"> <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1> <ul class="search-results-list"></ul> </div> <div class="no-results"> <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1> </div> </div> </div> <!-- END CONTENT --> </div> </div> <label class="dark-mode-switch"> <input type="checkbox"> <span class="slider"> <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg"> <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path> </svg> </span> </label> <script> var COMPODOC_CURRENT_PAGE_DEPTH = 0; var COMPODOC_CURRENT_PAGE_CONTEXT = 'getting-started'; var COMPODOC_CURRENT_PAGE_URL = 'changelog.html'; var MAX_SEARCH_RESULTS = 15; </script> <script> $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input'); checkToggle(darkModeState); if ($darkModeToggleSwitchers.length > 0) { for (var i = 0; i < $darkModeToggleSwitchers.length; i++) { $darkModeToggleSwitchers[i].addEventListener('change', function (event) { darkModeState = !darkModeState; toggleDarkMode(darkModeState); }); } } </script> <script src="./js/libs/custom-elements.min.js"></script> <script src="./js/libs/lit-html.js"></script> <script src="./js/menu-wc.js" defer></script> <script nomodule src="./js/menu-wc_es5.js" defer></script> <script src="./js/libs/bootstrap-native.js"></script> <script src="./js/libs/es6-shim.min.js"></script> <script src="./js/libs/EventDispatcher.js"></script> <script src="./js/libs/promise.min.js"></script> <script src="./js/libs/zepto.min.js"></script> <script src="./js/compodoc.js"></script> <script src="./js/tabs.js"></script> <script src="./js/menu.js"></script> <script src="./js/libs/clipboard.min.js"></script> <script src="./js/libs/prism.js"></script> <script src="./js/sourceCode.js"></script> <script src="./js/search/search.js"></script> <script src="./js/search/lunr.min.js"></script> <script src="./js/search/search-lunr.js"></script> <script src="./js/search/search_index.js"></script> <script src="./js/lazy-load-graphs.js"></script> </body> </html>