How to use the harbor-ui.OperationState.failure function in harbor-ui

To help you get started, we’ve selected a few harbor-ui examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github goharbor / harbor / src / ui_ng / src / app / project / member / add-group / add-group.component.ts View on Github external
.flatMap(res => {
              operateChanges(operMessage, OperationState.failure, res);
              return Observable.of(res);
            }); })
        .catch(error => Observable.of(error.status));

harbor-ui

Harbor shared UI components based on Clarity and Angular4

Apache-2.0
Latest version published 6 years ago

Package Health Score

70 / 100
Full package analysis