UNPKG

ngx-sails-socketio

Version:

An Angular module for connecting SailsJs backend through SocketIO.

6 lines (5 loc) 153 B
/** * Model's Query path Decorator * @param path Query Path for Model */ export declare function Endpoint(path?: string): (target: Function) => void;