Last active
August 25, 2020 19:00
-
-
Save mackignacio/a30c285fae14a50cdb5986b515a9a55e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Injectable } from "@mayajs/core"; | |
@Injectable() // This decorator allows this class to be injected on other modules | |
export class SampleServices { | |
constructor( // Inject other services here) {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment