Giter VIP home page Giter VIP logo

adhesive.js's Introduction

adhesive.js for AngularJS

adhesive.js framework for AngularJS delivers essential components for integration of angular with the real world. It brings the AMD concept to angular and allows you to define the project's file structure and to leverage lazy-loading of modules. It also includes a set of other useful modules to build and deliver great single-page applications. Components are independent and can be used individually.

The framework turns the development nightmare into pure pleasure, no more thousand-line source code files, no more struggling with browser cache during development or a production release, none of that nonsense...

It has been test driven in production environments and is proven to work with multiple large-scale mission-critical applications for over 6 months before it was released to the public. It has lived through several AngularJS version upgrades since 1.9.3 and demonstrated scalability, great performance and high reliability.

adhesive.js is created with developers in mind. It's completely open for any kind of customization via different design patterns, starting with simple configuration to implementation of custom strategies.

Demo

See the live demo of adhesive.js to believe.

Components

adhesive.js components are independent, you can mix and match and season to taste.

ngModular

Provides modular file structure with auto-loading capabilities for AngularJS applications.

Features

- Organize AngularJS applications and modules into a flexible file structure. - Split modules into separate files, i.e. FooController.js, BarController.js, FooService.js, etc. - Create independent shareable modules. - Load modules on the fly, after the applications has been bootstrapped. - Leverage path-to-module resolution with module auto loading capability. - Decrease initial load time by loading only modules required to initialize the application, i.e. index module. - Organize and share generic application level components accessible by all modules, i.e. filters, directives, etc. - Provide higher security by loading secure modules after authentication. - Build flexible and scalable applications. - Easy for development, solid for production. - Minification ready.

Dependencies

- require.js - ngRoute

ngConfig

Application configuration provider for AngularJS applications.

Features

- Leverage centralized configuration file for easier maintenance. - Make your modules flexible via configuration. - Build your modules to be application-agnostic, independent and sharable.

ngCacheBuster

Cache buster for AngularJS applications.

Features

- Automatically reset browser cache for static files used in AngularJS application. - No-hassle development, see changes immediately on reload, no browser tweaks needed. - Ensure users receive the latest version of files on application release. - Keep static files cacheable in production environment between versions. - No server configuration needed.

ngTitle

Allows to set and update the page title from a route, controller and a template.

Features

- Set the title via the route configuration. - Set the title from the controller. - Set the title from the template using data-page-title element ot attribute, with support for bound variables.

See ngTitle demo.

ngIntercom

Allows two-way communication via eventing between AngularJS and other JavaScript applications.

Features

- Send events to AngularJS application from outside world. - Send events to outside world from AngularJS application.

adhesive.js's People

Contributors

appmux avatar marcocom avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.