UNPKG

@kv-systems/ng-packagr

Version:

Compile and package Angular libraries in Angular Package Format (APF)

6 lines (4 loc) 183 B
import { Injectable } from '@angular/core'; /** An internal service that is excluded in an NgModule but not exposed in public_api.ts */ @Injectable() export class InternalService {}