@angular-builders/timestamp
TypeScript icon, indicating that this package has built-in type declarations

17.0.2 • Public • Published

Timestamp builder for Angular build facade

npm version npm (tag) npm

This builder is an example from the Medium article Angular CLI under the hood — builders demystified.

Usage

  1. In the root of your Angular application:

    npm i -D @angular-builders/timestamp
  2. In your angular.json add the following to architect section of the relevant project:

    "timestamp": {
      "builder": "@angular-builders/timestamp:file",
      "options": {}
    },
  3. Run: ng run [relevant-project]:timestamp Where [relevant-project] is the project to which you've added the target

Options

  • path - path to the file with timestamp, defaults to ./timestamp
  • format - timestamp date format, defaults to dd/mm/yyyy

Readme

Keywords

none

Package Sidebar

Install

npm i @angular-builders/timestamp

Weekly Downloads

55

Version

17.0.2

License

MIT

Unpacked Size

18.1 kB

Total Files

11

Last publish

Collaborators

  • justjeb