1.

Explain the steps for creating a services in Angular 2?

Answer»

Here are the steps:

 

Here is the SYNTAX:

import { Injectable } from '@angular/core';
   @Injectable()
   export class MyCustomService {
}



Discussion

No Comment Found