src/app/shared/models/private-constructor-class.ts
constructor()
export class PrivateConstructor { private constructor() {} }