Whimsical combines whiteboards and docs in an all-in-one collaboration hub.
Flow charts, mind maps, wireframes
Good starting template for wireframing applications:
https://whimsical.com/wireframe-parts-kit-Ft4RAtBFHfYFa8da1weDuV
My bookmarks and blogposts regarding Software Development in .NET, C#, Angular, JavaScript, CSS, Html
Whimsical combines whiteboards and docs in an all-in-one collaboration hub.
Flow charts, mind maps, wireframes
Good starting template for wireframing applications:
https://whimsical.com/wireframe-parts-kit-Ft4RAtBFHfYFa8da1weDuV
In this article, I list out the most important changes and new features, also share resources that will teach you how these new Angular features work:
@Component.styles
as a stringAdditional important changes:
The mentioned AsyncFixer extension and Nuget Package are super useful when dealing with async code. They both package a Roslyn analyzer that detects many async issues and provides an automatic fix for them as well in most cases. Using the .editorconfig in Visual Studio you can configure specific warnings as errors:
[*.cs] # AsyncFixer03: Fire-and-forget async-void methods or delegates dotnet_diagnostic.AsyncFixer03.severity = error
And you can set that straight from the Solution Explorer in case you’ve a
Source: c# – Generate error message when “async void” is used in code – Stack Overflow
Create and share mind maps
Capture ideas at the speed of thought – using a mind map maker designed to help you focus on your ideas and remove all the distractions while mindmapping. Create unlimited mind maps for free, and store them in the cloud.
Source: MindMup
To run component tests only for a certain browser and spec file use this command:
ng test --browsers=Chrome --include=**/detail.component.spec.ts
Angular 17 will be released in the beginning of November, and it has an exciting new feature called deferred loading (RFC).
www.angularaddicts.com/p/angular-17-feature-deferred-loading-with-signals