web-datetime
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

web-datetime

bower install https://github.com/TrevorVonSeggern/web-datetime.git --save

angular.module('app', [ 'datetime-module' ]);

Dependencies:

  • angular 1.5.8
  • bootstrap's css
  • fontawesome's css
  • ui-bootstrap - this will be bundled in the dist/bundle.js file.

<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css">

<link rel="stylesheet" href="bower_components/web-datetime/dist/style.css">

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

<script src="bower_components/web-datetime/dist/bundle.js"></script>

<script src="[YourAngularAppEntryHere].js"></script>

Package Sidebar

Install

npm i web-datetime

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • trevorvonseggern