@nestrx/inflector
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Inflector

Inflector helper module for NestJS framework.

Installation

npm:

npm i @nestrx/inflector

yan

yan add @nestrx/inflector

Configure

app.module.ts

...
@Module({
	...
	imports: [
		...
		InflectorModule,
		...
	],
	...
})
...

Usage

your.service.ts

...
@Injectable()
export class YourService {
  constructor(private injector: InflectorService) {
  }
...

Readme

Keywords

Package Sidebar

Install

npm i @nestrx/inflector

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

75.4 kB

Total Files

13

Last publish

Collaborators

  • zinzinday