ngx-sl
v0.0.2
Published
An angular module that gives you a litte train
Downloads
5
Readme
Tabledy
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>