Your browser does not support SVG

File

modules/productservice/src/product-service.module.ts

Description

Product service module. Product service implements logic of manipulating

Providers

Imports

import { NgModule } from '@angular/core';
import { ProductService} from './product-service';
import { DalModule } from '@nodeart/dal/index';
/**
 * Product service module. Product service implements logic of manipulating 
 */
@NgModule({
    imports: [
        DalModule
    ],
    providers: [
        ProductService
    ]
})
export class ProductServiceModule { }

results matching ""

    No results matching ""