-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Future of this project comparing to angular cli? #968
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
Hot module reload (hmr) for developing faster (no full refresh every change). webpack-toolkit stuff I think was for async reload but we're not sure what the status of that is as of now. |
(1) From my experience it is, that most projects are not boilerplate projects, but need a high-level of customization and proprietary solutions. That's when the Starter becomes handy. Because it also captures many of these, either in the code, or in the (2) That is automatically transform Component Metadata to |
ive removed this as it is not required for development, its just a tool and not a strict requirement. |
ya I need to remove these packages until I update their useage |
@gdi2290 is that tool a surprise? Are we expecting an announcement like Angular 2 Team does? :) Really looking forward for DLL usage with webpack because one of my project rebuilds in roughly 150-250 ms compared to angular2-webpack-starter takes roughly 1-1.5 seconds on same machine. That project uses DLL concept from webpack to skip vendor files. Credit to @SteveSandersonMS 's generator what this project is based on. |
This repo will hopefully include DLL as well.. one day. Things I would really like to see:
|
@rubenCodeforges I don't use windows |
@asadsahi do you use windows ? |
@rubenCodeforges yes I only use windows, is everything ok??? :) |
@asadsahi just asking because youve mentioned dll , on unix we dont have them |
@rubenCodeforges dll is a concept in webpack too. This is to do with having more performance out of webpack. |
@gdi2290 could you reply to this #968 (comment) please? What's the current situation with this repo now that angular2 is out? Are you busy preparing for conferences or something? Could we do something to help coordinate effort of updating and tidying up this repo? I know it interests a lot of people. :) Thank you. |
Hello? @katallaxie @gdi2290 |
Considering becoming an Angular CLI template or using @ngtools/webpackWith the Angular CLI becoming so powerful and central to workflow, it's a good time to consider if this starter makes sense to work as an Angular CLI template. See "App Creation Using Template" in the CLI wiki. Becoming a template would look something like this for a user to get started:
Or adopting See the benefits and ability to use
|
The next change to the repo would diverge from the current folder structure and the current style guide with the focus on production apps. The change would also include AoT, DLL only for dev and SCSS (since it's the most popular one). Anything the CLI has will be included plus more depending on the opinions and style guide of @AngularClass. The only problem right now is finding the weekend to work on it or start training maintainers for future updates. The CLI and starter repos have different goals which is why this repo will always exist. |
Any news on this front? I am using this in a large corporate setting and would be willing to maintain and backport some of my enhancements over. I have gone this route because of the blackbox nature of angular-cli being too risky. I have seen the intake of issues and PRs have slowed, for example: #1640, #1637 should have been merged already. Some enhancements I currently have:
|
updates will be in the same issue here #1686 |
I have been loving this project, but there are few things which I am not clear at the moment:
Angular cli is evolving (still not as mature as it has to be), but will we be needing such starter projects. What is the roadmap comparing to cli based projects?
Not sure about the purpose of following packages. Are these packages tying us to a specific use case?
"@angularclass/conventions-loader": "^1.0.2",
"@angularclass/hmr": "^1.0.1",
"@angularclass/hmr-loader": "^1.0.1",
"@angularclass/request-idle-callback": "^1.0.7",
"@angularclass/webpack-toolkit": "^1.3.3",
The text was updated successfully, but these errors were encountered: