11.0.5 • Published 5 years ago

@vlah.io/ngx-error-box v11.0.5

Weekly downloads
-
License
-
Repository
-
Last release
5 years ago

@vlah.io/ngx-error-box

Set of reusable Angular components (factory workers) to help display error messages.

Usage (code example)

  constructor(private errorBoxWorker: ErrorBoxWorker) {
  }

  render(): void {
    this.errorBoxWorker.render(error: ErrorBoxInterface, options: DisplayOptionsInterface = {}): ComponentRef<ErrorBoxComponent>
  }

CSS styles

  /* You can add global styles to this file, and also import other style files */
  @import "../../ngx-error-box/src/assets/css/ngx-error-box.css";

For more details read here.

11.0.5

5 years ago

11.0.1

5 years ago

4.0.3

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago