a7-ng-util
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Angular Utility Library (simple angular utility library)!

Simple angular utility library with common functions

npm install: Generic badge

    npm i a7-ng-util

Documentation

1. Use in Component

import { A7NgUtilService } from 'a7-ng-util';

  export class AppComponent {
constructor(private util: A7NgUtilService)
TestUtils() {
    var rest = this.util.getDateFormat(new Date(), 'dd MMM, yyyy');
    rest = this.util.getDateFormatWithTime(new Date(), 'dd MMM, yyyy hh:mm:ss');
    console.log(rest);
}

}


Tested on modern browsers 
Issues: raj@immanuel.co

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    0
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i a7-ng-util

Weekly Downloads

0

Version

0.0.4

License

none

Unpacked Size

154 kB

Total Files

26

Last publish

Collaborators

  • jimmanuel