@aofl/router
AOFL Router is a simple client side router. It supports the history API, dynamic paths and provides multiple middleware hooks. It makes no path rendering assumptions.
Updated by @alexdinari
@aofl/cli
@aofl/cli is a command line tool that provides some essential tools to help the development process of aofl-js apps. It supports scaffolding new projects and components, …
Updated by @alexdinari
@aofl/element
aofl-element extends lit-element and overrides the _render() function. It accepts a template function and an String[] of styles. It is intented to be used in place of lit-element …
Updated by @alexdinari
@aofl/picture
`<aofl-picture>` serves as a container for zero or more `<aofl-source>` and one `<aofl-img>` elements to provide versions of an image for different display sizes. Display size …
Updated by @alexdinari
@aofl/select
The <aofl-select-list> takes any number of <aofl-list-option>. Selecting any option will give it a selected attribute with. Selecting an option emits an event with the selected …
Updated by @alexdinari
@aofl/drawer
The <aofl-drawer> element toggles content between an open and closed state. Opening and closing animations are provided as classes to allow for any possible method of toggling …
Updated by @alexdinari
@aofl/cache-manager
Provides a unified class for storing objects in Storage-like Objects
Updated by @alexdinari
@aofl/object-utils
A small collection of Object utility functions designed to have a small footprint (20b gz) and be performant
Updated by @alexdinari
@aofl/server-environment
Helps determine dev, stage, prod environments based on hostname
Updated by @alexdinari
@aofl/map-state-properties-mixin
Subscribe mapStateProperties() to storeInstance. Unsubscribes when the component detaches from dom
Updated by @alexdinari
@aofl/register-callback
It allows callback functions to be registered and called in series when registerCallbackInstance.next or registerCallbackInstance.error are called
Updated by @alexdinari
@aofl/rotations
The rotations class provides weight based view logic for A B testing
Updated by @alexdinari
@aofl/resource-enumerate
Resource enumerate is a special case API call that returns the interface of the API code in a single endpoint
Updated by @alexdinari
@aofl/unit-testing-plugin
Aofl unit testing plugin uses [WebdriverIO](https://webdriver.io/) to run unit tests in the browser.
Updated by @alexdinari
@aofl/aofljs-cli
is a command line tool for running aofljs/0.6.0 local server and automate the build process of aofljs apps.
Updated by @alexdinari
@aofl/templating-plugin
@aofl/templating-plugin creates multiple entry points and automatically generates the route config object for aofl-js applications. It uses a single template file and combines it …
Updated by @alexdinari