0.1.21 • Published 6 years ago

ogapi-es6 v0.1.21

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

#ogAPI: ES6 Edition

This will be the most maintained of the ogAPI variants going forward. ogAPIBL2 will be deprecated once all in-production apps are moved to ES6.

##Publishing New Versions

Steps:

  • Once you're ready to publish webpack it. The config is currently setup for inline source map and no uglification since ES6 ogAPI is still a bit of an alpha product.
  • Update the package.json to the appropriate rev level.
  • npm publish

##Using in an Ourglass ES6 App

In the source folder, add an npm dependency:

npm install -D ogapi-s6

In the main module for the app, add:

import ourglassAPI from 'ogapi-es6';

And where you define the main module be sure to inject ourglassAPI:

const ngModule = angular.module( 'ngApp', [ ourglassAPI, ngAnimate, ngTouch, uirouter, uiOGMobile ] );

And that's about it. Be sure to npm update when a new version of this lib is published.

##Adding New Features

Directives, components and services are added in the ogapi.module.js file. It should be pretty self explanatory.

0.1.21

6 years ago

0.1.20

6 years ago

0.1.19

6 years ago

0.1.18

6 years ago

0.1.17

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago