Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different Compile Schemes #1

Open
geekdenz opened this issue Sep 30, 2015 · 0 comments
Open

Different Compile Schemes #1

geekdenz opened this issue Sep 30, 2015 · 0 comments

Comments

@geekdenz
Copy link

Just implementing this:
https://github.com/geekdenz/angular-typescript-example
I noticed that there should be a feature in this which enables different compile schemes.

The user needs to be able to set as a per project setting that only a selection of *.ts file should be compiled on save of all TS files. Here it is _app.ts that should compile to app.js. It can have includes of other TS files which don't need to be compiled and in fact may result in a cyclic dependency if they are all compiled.

This is actually a setting in Visual Studio, so I think it may be quite necessary.

See http://blog.scottlogic.com/2014/08/26/StrongTypingWithAngularJS.html .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant