Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

When will angular 2 be available #170

Closed
trainerbill opened this issue Aug 15, 2016 · 8 comments
Closed

When will angular 2 be available #170

trainerbill opened this issue Aug 15, 2016 · 8 comments

Comments

@trainerbill
Copy link

trainerbill commented Aug 15, 2016

RC 5 is out and routing is stable. Can it be based on material design (material2)?

Edit: Can we get a shell module/repo started for those of us bored enough to work on it now?

@robertjd
Copy link
Member

Hi @trainerbill , I did start working on a prototype of a module, which you can see here:

https://github.com/robertjd/sp-ng2/

It doesn't have any documentation, but it has an example which includes the AuthPort component, which is meant to be a more general login/signup/password management component. As it is not in NPM yet, you'll have to link to the module. I had some problems with npm link and typescript typings, so you may find that simply copying the source into your project is less frustrating.

I'm more than happy to hear any feedback you have on this :) It does use RxJS observables for the user$ observable, which is meant to convey a null, false, or User object (to indicate unknown user state, logged out state, and known user state, respectively).

@mraible
Copy link
Contributor

mraible commented Sep 29, 2016

I hope to start working on an Angular 2 SDK in a couple weeks, using @robertjd's prototype as an example.

@trainerbill
Copy link
Author

@mraible @robertjd I would be willing to contribute as well. I think we should keep it in the stormpath repo. Maybe we can get a branch or something to contribute to. maybe some design discussions? I would personally like to see it based on material2

@mraible
Copy link
Contributor

mraible commented Sep 29, 2016

@trainerbill It'd be great if we can make it CSS framework agnostic, or provide Material Design and Bootstrap versions for users. I created #177 this morning because I think it'd be cool if you didn't even have to create the pages in your application. Of course, for those that want fine-grained control, they could still use directives/components in their pages.

@goncalogomes
Copy link

Just wondering if work on this is in the pipeline?
I can't get the example on the prototype working (I guess it was using older versions of angular2) so wondering if there will be an official version soon...
Thanks!

@mraible
Copy link
Contributor

mraible commented Oct 13, 2016

@goncalogomes I hope to start working on the Angular 2 SDK next week. Stay tuned!

@subatomicglue
Copy link

Exciting stuff, just starting on angular2 & stormpath now for our app...

@mraible
Copy link
Contributor

mraible commented Nov 10, 2016

Hi folks! We have some good news: our Angular2 SDK is now available in beta and we are looking for devs to take it for a spin to collect some feedback.

https://github.com/stormpath/stormpath-sdk-angular

Let me know any questions or comments in GitHub issues for the repo above.

@mraible mraible closed this as completed Nov 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants