Socket
Book a DemoInstallSign in
Socket

@angular-builders/timestamp

Package Overview
Dependencies
Maintainers
1
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-builders/timestamp

latest
Source
npmnpm
Version
20.0.0
Version published
Weekly downloads
41
-8.89%
Maintainers
1
Weekly downloads
 
Created
Source

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

  • In the root of your Angular application:

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

    "timestamp": {
      "builder": "@angular-builders/timestamp:file",
      "options": {}
    },
    
  • 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

FAQs

Package last updated on 25 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts