0.0.2 • Published 3 years ago

ngx-sl v0.0.2

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

Tabledy

MIT licensed

Overview

An angular module that provides a nice animated train, emulating sl!

Getting started

npm install ngx-sl

Import the 'ngx-sl' module

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { NgxSlModule } from 'projects/ng-sl/src/public-api';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    NgxSlModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

Add the train tag somewhere in your code

<ngx-sl></ngx-sl>

License

MIT