Skip to content

feat: update angular template to latest version #912

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

JosefBredereck
Copy link

No description provided.

Comment on lines +11 to +15
"schematics": {
"@schematics/angular:component": {
"style": "scss"
}
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why force scss? is the new default for angular?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because it is easier to reconfigure angular from using scss to css. If the other way around. You have to look up the config first, for what is required.

Also from my experience most of the projects run on scss primarily.

And last but not least. If you just write css in your scss it just works. You cannot do it the other way around. So you won't have any downsides with that approach.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My main goal is to stick to what angular official tool generates (it is logical that this is the most used angular template), to reduce any friction, and let users just focus on tauri APIs example included in the template.

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

Successfully merging this pull request may close these issues.

2 participants