-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Comments
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 |
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. |
Have you considered learning Vue.js? |
@fanninpm I already do 🍡 |
I would like to propose the title of this issue be changed, or that it be closed. IMHO most complex projects will not use |
You're right. |
Lucas beat me to it. |
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. |
I will give it a try. |
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 essentiallyAngular with TypeScript
) in the interactive prompt ofcreate-tauri-app
: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.
The text was updated successfully, but these errors were encountered: