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

Angular recipe for create-tauri-app #1934

Closed
fkromer opened this issue Jun 1, 2021 · 9 comments · Fixed by #2203
Closed

Angular recipe for create-tauri-app #1934

fkromer opened this issue Jun 1, 2021 · 9 comments · Fixed by #2203
Labels
good first issue Good for newcomers

Comments

@fkromer
Copy link

fkromer commented Jun 1, 2021

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

For some complex apps it might be helpful to beeing able to use Angular.

Describe the solution you'd like
A clear and concise description of what you want to happen.

An entry for Angular (which is essentially Angular with TypeScript) in the interactive prompt of create-tauri-app:

angular-missing

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@nothingismagick
Copy link
Member

To be fair, you can use angular with typescript today, you just have to bring it yourself. If you check out the way the create-tauri-app system works, it should be pretty trivial to add another UI recipe - and we would welcome such a PR.

https://github.com/tauri-apps/tauri/tree/dev/tooling/create-tauri-app/src/recipes

@fkromer
Copy link
Author

fkromer commented Jun 2, 2021

I know. In general, I don't program anything for free if other programmers could potentially get paid to implement it. I'm sticking to this code of conduct for years now and won't change my mind. Sponsoring is no option as well cause we are a small startup. As long as there is no stable release of tauri the company I'm working for won't let me put time into this even if I'd like to. As soon as there's a stable release I'll probably get back to this.

@fanninpm
Copy link

fanninpm commented Jun 8, 2021

Describe alternatives you've considered

Have you considered learning Vue.js?

@fkromer
Copy link
Author

fkromer commented Jun 9, 2021

@fanninpm I already do 🍡

@BenoitRanque
Copy link
Contributor

BenoitRanque commented Jun 23, 2021

I would like to propose the title of this issue be changed, or that it be closed.
The current title implies that tauri does not currently support angular, which is misleading.
While it is true that create-tauri-app does not currently support angular, it is currently possible to add tauri to almost any project provided an http endpoint is available.

IMHO most complex projects will not use create-tauri-app but instead add tauri to an already scaffolded project.

@lucasfernog lucasfernog changed the title Support for Angular? Angular recipe for create-tauri-app Jun 23, 2021
@nothingismagick
Copy link
Member

You're right.

@nothingismagick
Copy link
Member

Lucas beat me to it.

@fkromer
Copy link
Author

fkromer commented Jun 24, 2021

From my side there is no need to keep this issue open as well. I like Vue.js 3 better than Angular for creating Tauri apps. And as @BenoitRanque said it's of course possible to add Tauri to an already existing Angular app.

@amrbashir amrbashir added the good first issue Good for newcomers label Jun 30, 2021
@Epsilon02
Copy link
Contributor

I will give it a try.

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

Successfully merging a pull request may close this issue.

7 participants