1.1.0 • Published 6 years ago

lz-ng-lib v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

LogicZone Components Library

The logic-zone.net components library to maintain the commonly used components.

How to use?

Import LzComponentsModule module in app.module.ts in imports section.

Components

LzAppLoading (lz-app-loading)

To show application wide loading.

parameters:

  • loading: boolean variable to show/hide.
  • loadingMessage: string message to show.

LzLoading (lz-loading)

To show simple loading.

parameters:

  • loading: boolean variable to show/hide.
  • loadingMessage: string message to show.

LzButton (lz-button)

Button component with loading features.