/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

coryrylan.com
| | componenthouse.com
2.5 parsecs away

Travel
| | In this blog post I will explain how you can make anAngularapp work with WebAssembly code. This combination of technologies can bring interesting advantages to web development and it is fairly simple to implement. As I write this post, Angular is currentlyat version 5.1 and WebAssembly is still in its initial version, but it is
| | stephennimmo.com
2.2 parsecs away

Travel
| |
| | www.thepolyglotdeveloper.com
1.5 parsecs away

Travel
| | Learn how to include attractive charts in a web application built with Angular using the popular Chart.js JavaScript library.
| | nguyenhuythanh.com
29.4 parsecs away

Travel
| I named this post "Good" Practices, not "Best", since I believe that there is hardly a silver bullet that can be used to solve everything, technology oriented or not. The practices are good since they fit my case, and I hope that it would give you (or my future self) some useful insights. Monorepo Development Style Normally, we are used to Angular CLI's new command: ng new The style is normal for a "multi-repo" development style, where we split our projects into multiple repositories (Git repository to be precise).