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

demo of generating application template and installation ng-modules added #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions oasp4js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,21 @@ <h1>Application Template</h1>
<p>oasp4js offers you a template for building JavaScript client applications. The application template defines a structure as well as integrates best-in-class frameworks, libraries and oasp4js extensions (as AngularJS modules). In addition to this, the template includes a Grunt script which supports developers in their activities such as coding, testing and building the application. The application built from the template looks like <a target="_blank" href="app-template">this</a></p>
<p><a class="btn btn-default" href="https://github.com/oasp/generator-oasp" role="button"><img src="../img/GitHub-Mark-32px.png">&nbsp;&nbsp;View details &raquo;</a></p>
</div>
<div class="col-md-6">
<h3>Watch how to generate application template</h3>
<iframe width="356" height="200" src="https://www.youtube.com/embed/mmyUo3iiBXs" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h1>ng-modules</h1>
<p>oasp4js offers solutions to typical issues, such as authentication and authorization, internationalization, etc. which are not addressed by AngularJS out of the box. These solutions built on top of industry proven practices are available in the form of AngularJS modules available as bower components; consequently you can make use of them in your application (even without going for the application template).</p>
<p><a class="btn btn-default" href="https://github.com/oasp/oasp4js-bower" role="button"><img src="../img/GitHub-Mark-32px.png">&nbsp;&nbsp;View details &raquo;</a></p>
</div>
<div class="col-md-6">
<h3>Watch how to install OASP4JS ng-modules</h3>
<iframe width="356" height="200" src="https://www.youtube.com/embed/Xp5Ho1lPSl4" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="row">
<div class="col-md-12">
Expand Down