• Stars
    star
    2,002
  • Rank 22,244 (Top 0.5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 10 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A place where I will collect useful re-usable Angular components that I make

Angular Utilities

No longer maintained

(20/04/2017) - I am no longer actively maintaining this project. I no longer use AngularJS in my own projects and do not have the time to dedicate to maintiaining this project as well as my other active open source projects. Thank you for your understanding.


I am working on a large-scale AngularJS-based project and I'll be extracting any useful re-usable components that I make and putting them here.

I'm following the convention of the [Ng-Boilerplate] (https://github.com/ngbp/ngbp) project of bundling all relevant code together, so that you should be able to simply copy the directory of the component you want to use, and it will include unit tests and any other dependencies.

This code is made available under the MIT license, so feel free to use any of these is your projects. If you find any of them useful I'd be happy to get feedback!

Index of Utilities

Filters

  • ordinalDate : Works like the built-in date filter, but will add the English ordinal suffix to the day.
  • startsWith : Filter for strings which start with the search string.

Directives

  • Disqus : Embed a Disqus comments widget in your app
  • tagbox : A Twitter-style tag suggestion and auto-complete directive that can be added to any text input or textarea.
  • uiBreadcrumbs : Auto-generated breadcrumbs for angular-ui-router using nested views.
  • pagination : Magical automatic pagination for anything.
  • terminalType : Terminal-like typing effect for DOM nodes containing text.

Services

  • noise : A simple 1D interpolated noise generator.

License

MIT

More Repositories

1

ngx-pagination

Pagination for Angular
TypeScript
1,196
star
2

soundcloud-visualizer

Audio visualization with web audio API, canvas & the SoundCloud API
HTML
446
star
3

chromata

A generative art tool.
JavaScript
372
star
4

angular-es6

An experiment in using ES6 features with AngularJS 1.x
JavaScript
370
star
5

angular-wordpress-seed

A bare-bones AngularJS blog app designed to work with the Wordpress JSON REST API.
JavaScript
312
star
6

horizonal

Turn your static HTML document into a programmable slide show
JavaScript
205
star
7

css-space-shooter

An old-school arcade-style 3D shoot-em-up rendered entirely with CSS 3D transforms
JavaScript
176
star
8

skqw

JavaScript Audio Visualizer
TypeScript
119
star
9

angular-social-demo

A demo of how to allow social media crawlers (Facebook, Twitter, Pinterest etc) to read your AngularJS app
HTML
110
star
10

angularUtils-pagination

Simple pagination for AngularJS
JavaScript
42
star
11

drawACatApp

A canvas line drawing experiment
JavaScript
29
star
12

heavenly-glory

A kung-fu movie starring you. Web RTC & Web Audio experiment.
JavaScript
23
star
13

css-experiments

Some experiments involving CSS
CSS
14
star
14

michaelbromley.co.uk

The source code for my personal website and blog
JavaScript
12
star
15

shader-playground

Some snippets of code for fragment shaders
GLSL
9
star
16

cmpg

A super simple component generator for Angular 2
JavaScript
9
star
17

headlesscommerceplatforms

A feature comparison of various headless e-commerce solutions
TypeScript
9
star
18

breezejs-odata4-adapter

An experimental adapter to allow BreezeJS to work with an OData v4 server.
JavaScript
7
star
19

skqw-library

Visualization library for SKQW
JavaScript
5
star
20

angularUtils-uiBreadcrumbs

Automatic breadcrumbs directive for use with angular-ui-router
JavaScript
3
star
21

vendure-plugin-example

Handlebars
3
star
22

canvas_experiments

Simple examples of HTML canvas
JavaScript
3
star
23

vendure-demo

TypeScript
2
star
24

angular-issue-18478

Reproduction of Angular issue 18478
TypeScript
1
star
25

pad

A new way to work with text.
TypeScript
1
star
26

angularUtils-disqus

A directive for including Disqus comments in an AngularJS app
JavaScript
1
star
27

gulp-es6-seed

A minimal seed to kick start an ES6 project
JavaScript
1
star