npm.io
0.0.18 • Published 6 years ago

@ngsl/components

Licence
MIT
Version
0.0.18
Deps
0
Size
629 kB
Vulns
0
Weekly
0
Stars
1

@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.

Keywords