I'm new to Angular and now I want to create only a .ts
file and not a whole component, can you please tell me how can I do it with ng generate
?
Use-Case :
While building the application I want to write the build version to a .ts
.I want to load this file when this build is deployed and display the build version to user.