ngUpgraders / ng-forward

The default solution for those that want to write Angular 2.x style code in Angular 1.x
410 stars 36 forks source link

Building ngFutureProof #148

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi, I am trying to build a future proof skeleton using angular 1.x, ES6 and typescript.

Using JSPM/SystemJS trying to implement ng-forward to make it future proof. I have noticed that there is a lack of documentation using the components I have in my project, so i cant get my project to build without errors.

I would really appreciate if i could get some help making my project build-able. I you guys want you can use this skeleton as a reference/example when building ng-forward.

So please contribute and help me out: ngFutureProof

guybedford commented 8 years ago

I'd suggest starting with an already-working boilerplate if you can, preferably using the typescript plugin https://github.com/frankwallis/plugin-typescript.

ghost commented 8 years ago

guybedford, i see what you mean, this boilerplate is from a working repository called ts-skeleton I started to get really big issues when i tried to implement ng-forward to make it future proof with decorators.

Having problem to find the module, don't know if it jspm, ng-forward or the compiler that causes the error.

The important with this project is that i want to feel like angular 2, so that i easily can update.