Am 27.10.2017 um 11:18 schrieb Narendra Palavelli:
> Is there any link or guide about Pylons and angularjs2 combination and configuration settings > I've application and tech stack is pylons and jinj2. we would like to introduce Angular2 in between, so Is there any guidance or link needed.

Angular 2+ is a framework for building single page applications. You won't need Jinja templates on the server in that case. Pylons (Pyramid) would be used only as a server to fetch data e.g. via REST or GraphQL.

Essentially, you will create two separate projects, one for the backend made with Pylons and one for the frontend made with Angular.

I'm using the combination Angular + Pyramid quite successfully in that way. For GraphQL, I'm using graphene-sqlalchemy and webob-graphql to integrate with Pyramid. If you google for REST and Pyramid, you'll also find solutions for creating REST APIs with Pyramid.

-- Christoph

--
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/7be16f71-f73b-fc63-ba50-59c47b4d02a1%40online.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to