@mehrangta/atlas-client


License
ISC
Install
npm install @mehrangta/atlas-client@1.0.5

Documentation

alt:V Atlas Client

This is a client-only implementation of atlas framework with minor changes.

All the credits goes to the respected developers.

Usage

@Component()
export class Foo {

    constructor(
        private readonly eventService: EventService
    ) {}

    public heyToServer(): void {
        this.eventService.emitServer('hey')
    }

}

For more examples: here

Credits

Atlas