1.0.1 • Published 7 months ago

ith-ng-carousel-lib v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Use Ith ng carousel https://ith.tech/

selector <lib-ith-ng-carousel-lib></lib-ith-ng-carousel-lib> to use in HTML. In your module.ts file , add import : IthNgCarouselLibModule from ith-ng-carousel-lib.

EXAMPLE , `import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { AppRoutingModule } from './app-routing.module'; import { AppComponent } from './app.component'; import { IthNgCarouselLibModule } from 'ith-ng-carousel-lib';

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

IthNgCarouselLib

This library was generated with Angular CLI version 16.2.0.

Code scaffolding

Run ng generate component component-name --project ith-ng-carousel-lib to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ith-ng-carousel-lib.

Note: Don't forget to add --project ith-ng-carousel-lib or else it will be added to the default project in your angular.json file.

Build

Run ng build ith-ng-carousel-lib to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build ith-ng-carousel-lib, go to the dist folder cd dist/ith-ng-carousel-lib and run npm publish.

Running unit tests

Run ng test ith-ng-carousel-lib to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

1.0.1

7 months ago

1.0.0

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago