@thescaffold/ngx-blobs
v0.2.21
Published
## JSX Blobs NG
Readme
Scaffold
JSX Blobs NG
Introduction
Supported Platforms
- Browser
- Node.js (Javascript/Typescript)
Installation
- NPM
$ npm i @thescaffold/ngx-blobsUsage & API
- Import Module
import { EventModule } from '@thescaffold/ngx-blobs'
imports:[
...
EventModule.register({
// config
}),
...
]- Import Service
import { EventService } from '@thescaffold/ngx-blobs'
...
private readonly eventService = inject(EventService);
OR
constructor(
private readonly eventService: EventService,
){}
...Build
Run ng build blobs to build the project. The build artifacts will be stored in the dist/ directory.
Publishing
After building your library with ng build blobs, go to the dist folder cd dist/blobs and run npm publish.
Running unit tests
Run ng test blobs to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.
