-
Notifications
You must be signed in to change notification settings - Fork 12k
provide blueprint for component library as a feature #1284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This feature is on roadmap but I have no set date for it. |
Ok, but may be have you any advice how to create components/services libraries for angular2 or some manual steps for creating these ones through angular cli? I tried to create simple library through angular cli (https://github.com/kartzum/color-generators) but got some problems. There are some:
|
I'd like to throw in support for this issue. I have feature teams working vertical slices of the app and it would be great if I could pull those out into separate projects and still use the cli tool! |
Marking as dupe of #1284 to keep discussion in a single place. |
Could you please write link to new discussion? |
Hey @filipesilva i think you make a mistake marking this as a dupe of #1284 because this is the issue #1284. Is the issue number wrong? |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Using angular-cli improve development but something i was missing is a blueprint to create component libraries. Right now i have developed a library of services to be consumed by more than one application and i have to resort to use a yeoman generator. The generator was fine (except for the lack of testing infrastructure) but i prefer a consistent coding style and the best practices that can bring to the table the angular-cli. Any idea if this feature will be included in the roadmap? May be implementing the App Creation Using Template story is the way to achieve this.
The text was updated successfully, but these errors were encountered: