@Injectable

Decorator responsible for marking class to be visible by injector.

export declare let Injectable: () => (Class: any) => any;

This token is required on any service which you want that is visible to dependency injection system.

Usage:

@Injectable()
export class UserService {

}

results matching ""

    No results matching ""