0.1.21 • Published 7 years ago

ogapi-es6 v0.1.21

Weekly downloads
1
License
MIT
Repository
-
Last release
7 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

7 years ago

0.1.20

7 years ago

0.1.19

7 years ago

0.1.18

7 years ago

0.1.17

7 years ago

0.1.16

7 years ago

0.1.15

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago