[AngularJS] Re: Setting up Angular 2 from Scratch

2017-01-22 Thread SternCo
The Angular2 intro tutorial used to be quite complex. However, the new 
version (as of now) is pretty straightforward. Just download the quickstart 
package, install the npm packages in a terminal window and edit the .ts 
files in wordpad...

Am Montag, 16. Januar 2017 12:45:18 UTC+1 schrieb Janshair Khan:
>
> Hi friends,
>
> I just need to know one thing that why setting up Angular 2 from scratch 
> in a blank project is such a big problem as compared to other SPA 
> frameworks like React and Knockout? I'm a keen learner so I want to know 
> everything what is what and why! When I came to Angular 2. I came across a 
> huge JS terminologies like rxjs, core-js, zone-js, ambient declarations 
> etc. Why need these 3rd party libraries needed? Will Angular team will 
> simplify it in the future? Like installing directly from NPM and starting 
> coding in TS?
>
> Thanks,
>

-- 
You received this message because you are subscribed to the Google Groups 
"Angular" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


[AngularJS] Re: Just getting started... trying to do step 2 of the Hero editor and I'm stuck

2017-01-22 Thread SternCo
I also started off with the quickstart tutorial. I find the new one (Aug 
2016 used to be a lot messier) much more understandable und well explained. 
However, I have not come to actually deploying an app yet, but at this 
point I did find the CLI explanation very useful. Looking forward to 
checking it out.

Am Dienstag, 10. Januar 2017 22:57:17 UTC+1 schrieb Patrick Caillouet:
>
> I'm completely new to git, angular, node, npm, typescript... hell even 
> typing commands on command prompt. It seems the instructions at the angular 
> website assume WAYYY to much about what people know and leave out all kinds 
> of assumed steps. I'm doing this on Windows 10.
>
> I'm trying to do the Hero Editor and I'm stuck here: 
> https://angular.io/docs/ts/latest/tutorial/toh-pt1.html 
>
> I installed git, node, and npm. Managed to clone the "quickstart" 
> project but when I try the part "Keep the app transpiling and running" 
> by typing "npm start".  I get crazy errors in the command prompt.
>
> 0 info it worked if it ends with ok
> 1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
> 1 verbose cli   
> 'C:\\Users\\Ryan\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
> 1 verbose cli   'start' ]
> 2 info using npm@4.0.5
> 3 info using node@v6.9.4
> 4 verbose stack Error: ENOENT: no such file or directory, open 
> 'C:\Users\Ryan\Desktop\PROJECTS\PhoneFusion\2.0\learnangular\quickstart\package.json'
> 4 verbose stack at Error (native)
> 5 verbose cwd 
> C:\Users\Ryan\Desktop\PROJECTS\PhoneFusion\2.0\learnangular\quickstart
> 6 error Windows_NT 6.1.7601
> 7 error argv "C:\\Program Files\\nodejs\\node.exe" 
> "C:\\Users\\Ryan\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" 
> "start"
> 8 error node v6.9.4
> 9 error npm  v4.0.5
> 10 error path 
> C:\Users\Ryan\Desktop\PROJECTS\PhoneFusion\2.0\learnangular\quickstart\package.json
> 11 error code ENOENT
> 12 error errno -4058
> 13 error syscall open
> 14 error enoent ENOENT: no such file or directory, open 
> 'C:\Users\Ryan\Desktop\PROJECTS\PhoneFusion\2.0\learnangular\quickstart\package.json'
> 15 error enoent ENOENT: no such file or directory, open 
> 'C:\Users\Ryan\Desktop\PROJECTS\PhoneFusion\2.0\learnangular\quickstart\package.json'
> 15 error enoent This is most likely not a problem with npm itself
> 15 error enoent and is related to npm not being able to find a file.
> 16 verbose exit [ -4058, true ]
>
> Can I really be the only person who gets stuck at step 1 of this thing?  
> PEEEASE HELP Me
>

-- 
You received this message because you are subscribed to the Google Groups 
"Angular" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.