1

I want to keep all my code still in 1.x and also want code is easy to upgrade to angularjs 2 latter. To make my code follow angular 2 style, I want to work with typescript and systemjs in 1.5.x firstly.

Does anyone have a work-around/code on how to setup angularjs 1.5.x work with systemjs and typescript?

This is the best match I found use babel as compiler: https://github.com/swimlane/angular1-systemjs-seed But I want systemjs works together with typescript in angular 1.

1

1 Answer 1

1

There are some seed projects to get you started with angular and jspm (es6):

https://github.com/angularclass/NG6-starter/tree/jspm https://github.com/davinkevin/angularjs-jspm-seed

This one is for jspm + typescript https://github.com/b091/ts-skeleton/

Sign up to request clarification or add additional context in comments.

2 Comments

it's not match with what I want: angular1 + typescript + systemjs
jspm is just a wrapper around systemjs (same dev group) abd uses systemjs so jspm + typescript + angular 1.x is pretty close to your needs

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.