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

Angular2 with C#? #22470

Closed
Thaina opened this issue Feb 27, 2018 · 4 comments
Closed

Angular2 with C#? #22470

Thaina opened this issue Feb 27, 2018 · 4 comments
Labels
area: core Issues related to the framework runtime state: Needs Design
Milestone

Comments

@Thaina
Copy link

Thaina commented Feb 27, 2018

Is it possible to have angular engine work on C# in place of typescript?

I really love angularjs and always use it in my web project. I am also fond of C# much, I work with C# on unity and server. And so I wish I could write angular template syntax in html and write C# to run page instead of javascript

I was look at the Blazor project and see the compilation process is similar to angular2 that compile typescript. So what if we switch from typescript in angular into C#? Could we bridge the underlying angular engine to mono-wasm?

@alexeagle alexeagle added state: Needs Design area: core Issues related to the framework runtime labels Feb 27, 2018
@ngbot ngbot bot added this to the needsTriage milestone Feb 27, 2018
@admosity
Copy link
Contributor

Same as #22398?

@Thaina
Copy link
Author

Thaina commented Feb 28, 2018

@admosity Well I think in similar but opposite way that, we don't even need IDL if we just use angular template syntax to access method/property from webassembly that compiled from C#. And then just hook C# compiler in place of typescript compiler under the toolchain

This could be replace with any language aside from C#. Just that angular have some way to make custom binding on template syntax. I can think only with C# because in C# we have dynamic object that could imitate javascript object easily

@robwormald
Copy link
Contributor

This isn't something we're going to do, though it would certainly be interesting for the community to look into. Closing as its not really actionable for us.

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: core Issues related to the framework runtime state: Needs Design
Projects
None yet
Development

No branches or pull requests

4 participants