1.0.13 • Published 7 years ago

nl-version-news v1.0.13

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Version News

What is this repository for?

  • Angular component to provide a version number sourced from package.json and dialog to show features of this this current version.
  • Provides a service to use local storage. This checks whether user has viewed this version.

Setup

  • import 'nl-version-news';
  • angular.module('index', ['version-news'])

static $inject = ['VersionNewsService']; constructor(private VersionNewsService) { this.VersionNewsService.setOptions({ features: ['<li>This is a new feature</li><li>This is another new feature</li>'], showAtStartup: true, // height: 400, // optional // width: 800 //defaults to //className: // optional ngDialog class or custom class })

Peer Dependencies

  • Angular, Bootstrap, ngDialog.
Repo owner

Mark W

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago