Skip to content

Instantly share code, notes, and snippets.

@nicolasleal570
Last active October 18, 2020 16:16
Show Gist options
  • Save nicolasleal570/b99a9bca8ac7ac60d8495af62e887214 to your computer and use it in GitHub Desktop.
Save nicolasleal570/b99a9bca8ac7ac60d8495af62e887214 to your computer and use it in GitHub Desktop.
Service example
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class UsersService {
constructor() { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment