-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
Hi,
I'd like to create a blog post, collecting and answering some most commonly asked Angular 2 questions and would be happy to get them from you 😄. I'm curious what puzzles you most. Besides that, your questions will help me get some valuable input for my Angular 2 screencast series I'm currently working on.
So, you're an Angular newbie, or simply getting started with Angular 2? You don't know where to start? Ask your question here, I'll collect them and publish a blog post, hopefully with some hints & answers!
Questions
..aggregated out of the comments below
- Angular 2 build setup\
- Are there any starter projects that I could use to get started with my Angular 2 app?
- What is SystemJS? JSPM? Webpack?
- Should I check in my transpiled files into src-ctrl? Generate to a different directory?
- What about naming conventions. Is there a styleguide already like there is for Angular 1?
- Some discussion currently going on here.
- Community driven effort lead by Minko Gechev
- 1st draft by John Papa
- How do we organize folders and files in angular? #
- Do we already have open-source component libraries, like the huge AngularJS ecosystem? #
- What kind of build system should we use? Grunt, gulp ??
- Does the angular-cli build command replace gulp? Does it handle bower? #
- What's a good workflow to create a distribution package that can be deployed in production? #
- Why do people pass in external directives into the
@Componentdecorator likedirectives: [...ROUTER_DIRECTIVES]? # - In the
@Componentdecorator: what is the difference between theprovidersarray and theviewProvidersarray?
See Minko's blog post on this - Why does
*ngForand*ngIfhave a*star symbol in front?
Cause it indicates they're registered as a template
(Once I have a couple, I'll publish the post with answers and check them here)