Angular 2 with ES5 useful links for beginners [closed] - angularjs

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I'm new to Angular 2, I just want some useful links for learning Angular 2 with javascript(ES5), since I tried to find some useful stuff from google search, but there is no single place where I'll get basic information. So anybody knows about any kind of material like videos or demo samples, please post here, I really appreciate you responses :)
Here are some links, what I knows:
http://blog.thoughtram.io/angular/2015/05/09/writing-angular-2-code-in-es5.html
http://nicholasjohnson.com/blog/how-to-do-everything-in-angular2-using-es6/
https://daveceddia.com/dependency-injection-angular-2-es5/

This is a good hands on starting point, Angular 2 + ES6/7
https://github.com/blacksonic/angular2-esnext-starter

Basically as official suggested angular2 has good compatibility with typescript instead of ES5*6 may be thats the reasons why all the tutorials and articles were written using typescript but still if you wanna use angular2 using ES5 you can refer here :-
https://www.sitepoint.com/creating-components-angular-2-typescript-es5/
https://angular.io/docs/js/latest/index.html
https://egghead.io/lessons/angularjs-angular-2-hello-world-es5
also you can refer direct with your problems on stackoverflow and github issue
hope this may help you :)

I tried the official docs and they're very clear
https://angular.io/guide/quickstart

Related

Material suggestions for a dev about to learn reactjs [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
do you have any advice for a dev about to begin learning react js?
all I require would be links to video tutorials and maybe a couple of tips and tricks that could help along the way... it would be really helpful, to beginners everywhere(i think we're all actually beginners, but that's a topic for another day).
The best place to start is with the official React tutorial, step-by-step guide, and general documentation.
I'd recommend using Create React app as instructed on the official site to create your first react application to mess around with.
Once you get pretty familiar with the library, you can find an abundance of free YouTube tutorials and StackOverflow threads to get deeper into specific subjects that still remain confusing to you.
Check out the React documentation and it would be a great start. On the other hand, you can practice on the freeCodeCamp and improve yourself.

I want to create my own plugin for Azkaban [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I'm trying to do what I wrote at this mail's subject.
But the number of the information on the internet seems very few.
Does anyone know about that or helpful webpages?
I agree. I am trying to find similar information. I have just found this until now. Maybe indirectly helpful to you.
http://submitteddenied.github.io/azkaban2/documents/2.1/createnewjobtypes.html
It talks about creating new job types. Not sure what kind of plugin you are creating but I was creating a new job type plugin and I came across this.
I also found their google group pretty helpful. You may want to post there too https://groups.google.com/forum/?fromgroups#!forum/azkaban-dev
I know this is not the exact answer you were looking for but hopefully it helps.

AngularJS 1.2.28 or 1.3.8? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm starting to learn AngularJS, the tutorials I follow use the version 1.2.28, and it's quite different from 1.3.8. So my question is, should I:
Keep learning 1.2.28.
Try to learn 1.3.8 the hard way?
Wait for a new version?
I really don't know what to do!
Don't wait for the new version. See here a video on why:
http://gurustop.net/blog/2014/12/23/angularjs-1_3-1_x-angularjs-2_0-my-take
Angular 1.2.x would only be useful if you are targeting IE 8, and it's getting closer and closer to a dead end.
Your bet should be on the latest 1.x version. That's now 1.3.x and soon in ng-conf by end of January will be 1.4 (more about 1.4 at http://gurustop.net/newsletter/7)
The differences between 1.2.x and 1.3.x shouldn't be that big for someone starting. Mostly just new features and most heavy changes affect advanced users. The entire changelog is available at : https://github.com/angular/angular.js/blob/master/CHANGELOG.md
There are several documentation improvements in 1.3.x as well.

Angular JS Image Crop Directive [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Can anyone recommend a decent image cropper directive for Angularjs? I've looked at a few out there and can't find much of anything. Has anyone found one they use that they like?
We currently use angular-file-upload (https://github.com/danialfarid/angular-file-upload) to upload files so it would be nice if it worked with this.
you could try ngImgCrop which it's awesome! it's way more than only a image cropper! and I see no issue using it with angular-file-upload!
cheers!
I suggest this one https://github.com/koorgoo/ngCropper.
It is built over jquery plugin and has variaty of options to be customized
I am currently using Angular Image crop by Andy's.
Its cool and has good features.
http://andyshora.com/angular-image-cropper.html
Only draw back, it does not support for camera. Rest fine.
Cheers,
-/Sammi

Any in depth AngularFire authentication and authorization tutorials? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
There are a number of helpful questions related to AngularFire authentication.
Basic user authentication with records in AngularFire is a pretty good one for starters.
Anant Narayanan's presentation in combination with the code at https://github.com/anantn/firetube also has alot of good teaser info.
Reading through the documentation at angularfire.com is um, AngularFire seed is helpful..
Unfortunately, I still get the feeling that I'm wandering through a foreign land with a handful of tourist info-booth maps. Please suggest any direct and complete introductions or tutorials to the land and culture of Angular + Firebase? More specifically, content that connects stuff to authenticated users in some meaningful way.
Check out angularfire.com for a Quickstart guide, a screencast and more documentation on how angularFireAuth works. There's also a page with the annotated source which will help.

Resources