
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
angular-template-generator
Advanced tools
generate files for an angular application
generate folder with files component, html, scss, stub, spec and interface for an angular application
Install with npm
npm i angular-template-generator -g
component generator
angular-template-generator type=component filename=nameOfComponent prefix?=nameOfPrefix
this will generate a folder with:
--nameOfComponent.component.ts
--nameOfComponent.component.spec.ts
--nameOfComponent.component.interface.ts
--nameOfComponent.component.stub.ts
--nameOfComponent.component.html
--nameOfComponent.component.scss
with a prefix defined it will add it to the selector and to the css class name (nameOfPrefixNameOfComponent)
directive generator
angular-template-generator type=directive filename=nameOfDirective prefix?=nameOfPrefix
this will generate a folder with
--nameOfDirective.directive.ts
--nameOfDirective.directive.spec.ts
--nameOfDirective.directive.interface.ts
--nameOfDirective.directive.stub.ts
with a prefix defined it will add it to the selector (nameOfPrefixNameOfDirective)
service generator
angular-template-generator type=service filename=nameOfService
this will generate a folder with
--nameOfService.ts
--nameOfService.spec.ts
--nameOfService.stub.ts
--nameOfService.interface.ts
FAQs
generate angular files
We found that angular-template-generator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.