0.0.18 • Published 4 years ago

@ngsl/components v0.0.18

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

@ngsl/components (BETA)

An useful library from the ngsl family offering useful Angular components, directives and more...

Install

Get it on npm:

npm install @ngsl/components --save

Setup

You'll need to add NgslComponentsModule to your application module.

import { NgModule } from  '@angular/core';
import { AppComponent } from  './app.component';
import { NgslComponentsModule } from  '@ngsl/components'; // This one here

@NgModule({
  declarations: [
    AppComponent,
  ],
  imports: [
    NgslComponentsModule // And this one too!
  ],
  bootstrap: [
    AppComponent
  ],
})
export class AppModule { }

Usage

Directives

AsyncHandler

Usage reference here.

Visible

Usage reference here.

Components

Select

Usage reference here.