
Scrollbar Indicator To Show The First Character Of The Item In A Large List
An Angular component to add an indicator to the scrollbar that shows the first character of the item in a larget list.
Uncategorized AngularJS components, directives, modules, plugins, APPs and other related resources.
An Angular component to add an indicator to the scrollbar that shows the first character of the item in a larget list.
A visual email editor library for Angular that makes it easier to create a progressional subscription letter with drag and drop.
A customizable onboarding library for Angular that can be used to guide your visitors through your web app. More Features: Definition of several steps on each view. Highlighting of every step. Configurable on which position (top, bottom, left or right) the information text should be displayed. Multiple language support If onboarding is enabled, buttons for going to the next step and for turning off the onboarding become visible. If a user has seen the onboarding of a view, it will by default be stored in the local storage of the browser. Possibility to reset and again turn on the onboarding.
This is a Web Audio API declarative library for Angular to build audio graphs with directives. Also provides a service which allows you to easily turn your hosted audio file into AudioBuffer through GET requests. Preview:
ngx-scrolltop is an Angular component/directive to create a Material Design inspired back to top button that smoothly scrolls the page back to the top when clicked/tapped.
An easy implementation of the bottom sheet on your AngularJS web applications. Features: Light and dark theme Custom trigger button Custom font/background colors How to use it: 1. Install and import the Bottom Sheet Component in your Angular project. # NPM $ npm install angular-bottom-sheet –save import { BrowserModule } from ‘@angular/platform-browser’; import { NgModule } from ‘@angular/core’; import { AngularBottomSheetModule } from ‘angular-bottom-sheet’; import { AppComponent } from ‘./app.component’; @NgModule({ declarations: , imports: , providers: , bootstrap: }) export class AppModule { } 2. Add the Bottom Sheet together with a toggle button
An Angular wrapper for the countUp.js that animates the counting of any numeric value with easing functions and custom separator & decimal.
A simple Angular directive/component to create custom keyboard shortcuts (hotkeys) on your Angular based applications.
ngx-sticky is an Angular direction to make any element stick to the top and add/remove certain CSS classes when the element gets stuck. Based on CSS position:sticky property and Intersection Observer API. Preview:
ngx-page-click is an Angular module that handles the user clicks when they click outside your wrapped component.
A simple yet fully configurable color picker component for Angular 5+ applications.
ng-wizard is a simple yet customizable wizard/stepper component which can be used for signup forms.
A 3D product viewer for Angular, based on the Three.js library.
An Angular pagination component for your grid (or any other form of data).
NgxOverflowShadow is an Angular directive to adds a shadow effect to overflow content in a scrollable container.
bn-ng-tree is a tree component for Angular 6+ that helps you render a tree structure from nested JSON data you provide.
Simple, lightweight, highly customizable and fully responsive Star Rating library built using Angular. Installation: # NPM $ npm install ng-starrating –save Preview:
A library for loading playing audio using HTML 5 audio specifically for Angular 7+.
An Angular Tree Grid to show hierarchical data. Basically, if data has Parent-Child relationship. If data needs to be grouped by fields.
This Angular module allows to draw on pictures and export the result. (Uses canvas & fabric.js).