Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Angular: Expose the generator function in base index.ts #40

Open
CorentinGROSDEMOUGE opened this issue Sep 4, 2024 · 0 comments
Open

Comments

@CorentinGROSDEMOUGE
Copy link

CorentinGROSDEMOUGE commented Sep 4, 2024

Is your feature request related to a problem? Please describe.

I'm writing a custom generator and want to use applicationGenerator located in src/generators/application/generator.ts but it's not exposed in the library based index.ts

Describe the solution you'd like

Add export * from "./src/generators/application/generator.ts";

Describe alternatives you've considered

Additional context

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@CorentinGROSDEMOUGE and others