ngx-sl

An angular module that gives you a litte train

Usage no npm install needed!

<script type="module">
  import ngxSl from 'https://cdn.skypack.dev/ngx-sl';
</script>

README

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