Skip to content

gencatcloud/hubangular

Repository files navigation

hubangular

Front-end responsive framework based on AngularJS and Google material design.

hubangular_sshot01

Public demo

There is a public demo with restricted acces at:

http://hubangular.westeurope.cloudapp.azure.com/

  • User: hubangular
  • Password: huba0108

What's in the box ?

How hubangular can help me ? Because it solves most of the problems that you'll have to deal daily in your front-end apps.

  • Build and package front-end code
  • Code and files structure good practices
  • Wide variety of components with not only UI, also with UX built in.
  • Styles are aligned with our corporate demands and Standards.
  • Stays alive and focused in new technologies like Angular 2, CSS3, and html5.

#Installation ###Using Bower

bower install hubangular=https://github.hpe.com/hpe-hub/hubangular.git#v0.6.7

In your index.html file, include the module and style sheet.

<!-- style sheet -->
<link href="bower_components/hubangular/dist/hubangular.css" rel="stylesheet" type="text/css"/>
<!-- module -->
<script type="text/javascript" src="bower_components/hubangular/dist/hubangular.js"></script>

Include the hubangular module as a dependency in your application.

angular.module('myApp', ['hubangular']);

#Documentation visit our wiki

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published