Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
/ oasp4js-bower Public archive

The Open Application Standard Platform for JavaScript - Bower components

License

Notifications You must be signed in to change notification settings

oasp/oasp4js-bower

Repository files navigation

Packaged oasp4js AngularJS modules

Note

OASP has been superseded by devonfw, the Open Source Standard Software Development Platform for state of the art Cloud Native Micro Service and Multi Platform Rich Web Apps, supported by Capgemini.

Individual products within OASP have been renamed to a corresponding one in devonfw.

For example:

  • OAPS4j → devon4j

  • OASP4js → devon4ng

  • OASP4NET → devon4NET

devonfw® is an exclusive and registered (European Trademark) product of Capgemini. Capgemini reserves all intellectual and industrial property rights over devonfw but publishes it under the Apache License, Version 2 – like OASP- which makes devonfw 100% Open Source. See: https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)

This repository is for distribution on bower. The source for this module can be found in this repository.

Install

Instructions for installing ng-modules for OASP4JS Application Template

If you have already set up the OASP4JS Application Template and you want to use OASP4JS ng-modules you have to perform steps listed below.

Install package using bower.

bower install oasp --save

The save parameter will add the package to the dependencies in the bower.json file. The OASP4JS Application Template uses wiredep which will automatically attach all needed scripts to the index.html file (including oasp.min.js needed here).

Instructions for other applications

If you are developing your own application without the OASP4JS Application Template and you are not using plugins which will attach scripts automatically to your main html, please perform the following steps.

Install the package using bower:

bower install oasp

Then add a <script> to your index.html:

<script src="/bower_components/oasp/oasp.min.js"></script>

Documentation

Documentation of the ng-modules is available on the Wiki.

About

The Open Application Standard Platform for JavaScript - Bower components

Resources

License

Stars

Watchers

Forks

Packages

No packages published