Skip to content

A lightweight, flexible, and tasty collection of reusable UI components for AngularJS, like grandma used to make. Like Table directive, WebSocket / Debounce / Throttle service, Range filter...

License

Notifications You must be signed in to change notification settings

bogdan-alexandrescu/ng-tasty

 
 

Repository files navigation

#ngTasty Bower version NPM version NPM Downloads Build Status

A lightweight, flexible, and tasty collection of reusable UI components for AngularJS, like grandma used to make.

Live demo visit http://zizzamia.com/ng-tasty/

Quick start

Installing via Bower

bower install ng-tasty

or installing via NPM

npm install ng-tasty

Include the required bower component:

<script src="bower_components/ng-tasty/ng-tasty-tpls.min.js"></script>

Inject the ngTasty module into your app:

angular.module('myApp', ['ngTasty']);

Development

For running the dev enviroment you just need install all the dependencies by npm, the node package manager.

npm install -g bower
npm install
bower install

Run dev enviroment, it's a watch script with several task running like jshint, html2js, build and unit test on the js build files.

gulp build
gulp watch

Run demo app

We have preconfigured the demo with a simple development web server.
The simplest way to start this server is:

gulp build
npm start
// Running on http://localhost:3000/

Unit Tests

The easiest way to run the unit tests is to use the supplied npm script:

gulp test

Docs

The main docs you will find at http://zizzamia.com/ng-tasty/ , here the list of all components, service, filters supported.

Component

Service

Filter

Changelog

https://github.com/Zizzamia/ng-tasty/CHANGELOG.md

Creator

Designed and built by Leonardo Zizzamia, like grandma used to make.

Tasty Contributors: @proudlygeek, @wesww, @aganglada, @alexcasalboni

About

A lightweight, flexible, and tasty collection of reusable UI components for AngularJS, like grandma used to make. Like Table directive, WebSocket / Debounce / Throttle service, Range filter...

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.1%
  • CSS 0.9%