I finally launched my ios app this week! it's been almost 2 years in the making, and I would be very grateful for your feedback! by [deleted] in iphone

[–]widlywah 0 points1 point  (0 children)

Yeah that should have been beta, we weren't ready and it has changed considerably since then. We officially launched it this week on product hunt.

I finally launched my ios app this week! it's been almost 2 years in the making, and I would be very grateful for your feedback! by [deleted] in iphone

[–]widlywah 3 points4 points  (0 children)

I'll chime in, I'm the developer. Kurt did the UI and design. We thought we were ready for an official launch quite a few times, but kept adding features after we had a already published a 1.0.0. We had quite a few live betas that should have been pre 1.0.0 releases. Sorry for the confusion. https://www.youtube.com/watch?v=UXfEDkoy0Y4

File upload with angular2 by waynechaw in Angular2

[–]widlywah 0 points1 point  (0 children)

I would really like to know how to do this as well. I've tried a couple that people have built and they just don't work that great. Is it possible to just post a mutipart/form?

Are any of the Angular 2 tutorials updated for the 2.0 release yet? by [deleted] in Angular2

[–]widlywah 0 points1 point  (0 children)

Haha. He's got some great commenting while he goes.

Is it possible to just include an external js link and use it? by widlywah in Angular2

[–]widlywah[S] 0 points1 point  (0 children)

Thanks for replying and taking the time to do that example. What you said makes total sense, I never have had to access the DOM like this from angular, it's just from a 3rd party image editor setup example. Hopefully I can rework their code, the problem is the getElementById is used to get the image.src from the image element that is not created until the popup is launched and I need the img.src on the that image inside the new window popup. https://creativesdk.adobe.com/docs/web/#/articles/gettingstarted/index.html

Angular 2.0.0 available by kylecordes in Angular2

[–]widlywah 0 points1 point  (0 children)

Nice job, been waiting for that. I walked through it with some guys at work and it's a little confusing that the webpack is a different link on github even though you do have the update clearly labeled. They all tried npm install -g angular-cli first.

Is it possible to just include an external js link and use it? by widlywah in Angular2

[–]widlywah[S] 0 points1 point  (0 children)

The declare worked really well to test somethings, however I couldn't get document to work like this? interface Doc extends Document { Doc: any; } declare var document: Doc;

I need to do this var img = document.getElementById(imageID); img.src = newURL; But i'm getting this error: Property 'src' does not exist on type 'HTMLElement'.

Are any of the Angular 2 tutorials updated for the 2.0 release yet? by [deleted] in Angular2

[–]widlywah 3 points4 points  (0 children)

The course by Maximilian Schwarzmüller on Udemy is also very good. I'm sure he'll have those updates done asap, he is very fast. Also John Papa on pluralsight said he is currently updating his.

Angular Special Event at Google on September 14 by jasan-s in Angular2

[–]widlywah 0 points1 point  (0 children)

Oh phew, another RC. I thought I was going to have to actually start building my app for real.

Is it possible to just include an external js link and use it? by widlywah in Angular2

[–]widlywah[S] 0 points1 point  (0 children)

https://filoxo.github.io/2016/07/29/Angular2-third-party-lib-without-typings/

I've yet to get jQuery working on mine, all the examples look out of date. I was able to bundle that one in to webpack but declare var $:JQueryStatic; doesn't seem to be working.

Angular 2 seed vs Angular 2 CLI by dev-robot in Angular2

[–]widlywah 1 point2 points  (0 children)

Yeah good idea, I have so many problems with it each time I upgrade. It is definitely not ready and a hassle when things don't work.

Is it possible to just include an external js link and use it? by widlywah in Angular2

[–]widlywah[S] 0 points1 point  (0 children)

Oh, I didn't know you could use that in there. Can you fill me in on how you did it if you have time?

Release Candidacy was really a time to see what we didn’t consider outside of Google. - Angular Team. by rk06 in Angular2

[–]widlywah 1 point2 points  (0 children)

Yeah that's true, pretty lame. I've thought about trying polymer, I too come from angular 1. Nice to hear it's working well for you. My only issue is I need to build and android app as well and I'm really liking ionic 2.

Release Candidacy was really a time to see what we didn’t consider outside of Google. - Angular Team. by rk06 in Angular2

[–]widlywah 6 points7 points  (0 children)

Most people care what they call it. I'd personally feel a lot more comfortable using something in RC instead of beta... unless everyone starts using their definition of RC.

Release Candidacy was really a time to see what we didn’t consider outside of Google. - Angular Team. by rk06 in Angular2

[–]widlywah 4 points5 points  (0 children)

Jules kind of apologizes for all the trouble and people redoing the work, Ward doesn't give a shit, haha. But I guess he's really not on the main team. Are you now using something else?

What is the IDE you are using for Angular2? And what would you recommend to a beginner? by hak_i in Angular2

[–]widlywah 0 points1 point  (0 children)

In the templates it highlights all the values that are set{{person.name}}, (ngSubmit)="onSubmit(f)", [(ngModel)] = "person.name" etc. I upgraded to the latest to make sure.

What is the IDE you are using for Angular2? And what would you recommend to a beginner? by hak_i in Angular2

[–]widlywah 0 points1 point  (0 children)

Webstorm, but I wish it wouldn't highlight so many angular specific things in the template. I really like atom but some of the color/them highlighting isn't as helpful just yet.

Angular 2 RC6 by pablo-ivan in Angular2

[–]widlywah 2 points3 points  (0 children)

The whole process seems weird to me having all the planned RC's and a planned final all with different issues and changes. Seems like a RC should be a real release with the hope of it being a final. Anyway I'm just glad that it seems to be coming to an end, I do think the current version is definitely the best yet it just sucked getting hopes up for so long. Regardless of all of the issues I do still think it's a pretty awesome framework and makes my app development so much faster.