Angular libraries
Last updated
Was this helpful?
Last updated
Was this helpful?
Angular 2 libraries are less numerous than angular 1 equivalents, but they are growing fast. The good point is that you do not loose to much time finding the right one, as it used to be the case with angular 1. And as angular 2 is much clearer, they are generally easier to understand with less code, no dependency to jQuery...
Awesome Angular
Awesome angular components List of angular 2 components
angular2-fontawesome Font awesome wrapper, make the icon a component or a directive and make font awesome options customizable
flex layout api on top of flexbox to automatize flex code and take account of breakpoints ...
Use directives to styles the page. Is independent of Angular material.
In their
There are
container directives
Child elements in a container directives
Special directives (responsive utility...)
Code look like that
And is then interpreted at run time to adapt to screen size.
Ang2 parallax
Events
angular2 notification : toaster or browser notification to confirm events...
Angular pipes : Shared pipes (filters) libraries. Standard angular pipe are very limited but pipes are very similar project, so a library of pipes makes a lot of sense
angular-linky : angular wrapper on a js library that transform in links emails, urls, phone numbers...
Angular 2 Mardown Convert markdown to html
Moment date pipes
ngLogger a logger service for angular : allow disabling logging to group log....
credit card validation
JS-DATA Data store for js (front and back)
Angular + Redux Integration of redux data store with angular 2
ng-dynamic One use case is "project" content to a content...dynamically
Angular Perfect Scrollbar Wrapper for perfect scroll bar, a lib to customize the scrollbars
Flex layout : Angular team implementation of flexbox
ngx-translate : the library for internationalization in angular
Using RXJS n angular
Hot and cold observable
Observable and subjects
pretty json A nice json pipes with syntax highlighting
We have put our list in a separate article
wrapper from
and it's ng2 wrapper
ng-radio a message bus for angular to replace missing $scope.$emit and allow sibling components to talk and more generally global casting of a message. Use RxJs
The doc the it is available here or there on
Angular 2 markdown make also the auto-linking, you can see all markdown styles in their .
/ Add many forms validator to default one
Angular 2 infinite scroll
ng2-page-scroll Scroll in the page
ng2-scroll-to Have the advantage of allowing to scroll inside an element. No service to though
ng2-scroll-to-el
Dragula : the most popular but as a wrapper to a vanilla js lib
Ng-dnd : angular native library
Angular doc : Online documentation from github repo
complete big or small table
Integration of charts js for angular
a decorator to retrieve local storage data directly in component
Animation from 0 to the number
Generate UUID in the front end