@ud-angular-builders/timestamp
v8.0.5
Published
[ ](https://www.npmjs.com/package/@angular-builders/timestamp)
Readme
Timestamp builder for Angular build facade
This builder is an example from the Medium article Angular CLI 6 under the hood — builders demystified.
Usage
In the root of your Angular application:
npm i -D @angular-builders/timestampIn 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]:timestampWhere [relevant-project] is the project to which you've added the target
Options
path- path to the file with timestamp, defaults to./timestampformat- timestamp date format, defaults todd/mm/yyyy
