-
-
Notifications
You must be signed in to change notification settings - Fork 239
Closed
Description
Hello I am writing an Angular + Nativescript code sharing project and have realized it would be beneficial to create a Library. I have tried using schematics but I am unable to create a proper library. Any component that get's created within the library only has angular files not typescript.
Steps To reproduce:
- Create a Workspace:
ng new <project-name> --create-application false - Create a Library:
ng generate library library-name - Create a module within the library:
ng generate module navigation-module --project=Library - Create a component within the library:
ng generate componentran within the module directory
Metadata
Metadata
Assignees
Labels
No labels