UNPKG

@nstudio/schematics

Version:

Cross-platform (xplat) tools for Nx workspaces.

8 lines (5 loc) 229 B
import { <%= utils.classify(name) %>Service } from './<%= name %>.service'; export const <%= utils.sanitize(feature).toUpperCase() %>_PROVIDERS = [ <%= utils.classify(name) %>Service ]; export * from './<%= name %>.service';