VKMight help: https://www.pluralsight.com/blog/software-development/relational-non-relational-databases http://www.jamesserra.com/archive/2015/08/relational-databases-vs-non-relational-databases/Comment·Thread·Sep 6, 2017·How do you pick between using a non-relational or relational Database?
VKAny suggestions on the 'other libraries' part? :)Reply·Thread·Aug 3, 2016·1·Angular 2 - HTTP - Is there any popular HTTP client library?
VKI wanted to know how can I specify a route as async. I am working on a company project with Angular 2 and I though async routes would be better than load all contents as one chunkReply·Thread·Jul 29, 2016·1·Angular 2 Router 3.0.0.beta-4 - How to specify async routes?
VKThe resources specified via async routes are deferred to download on the initial page load. They will be downloaded in the background once the app has finished loading the mandatory routes and resources.Reply·Thread·Jul 29, 2016·1·Angular 2 Router 3.0.0.beta-4 - How to specify async routes?
VKI would support Webpack for this case. It is completely configuration driven. I personally started using it for my projects. Documentation looks clear. You will have a little learning curve to understand how things work.Comment·Thread·Jul 21, 2016·3·What to utilize with TypeScript - jspm vs webpack vs grunt vs gulp?
VK@greedee: Thanks. I am doing exactly the same. But all the contents of the common.less file is getting copied in all the files in which I use it, which is an unwanted duplication. Is there a way to configure Webpack properly to solve this.,?Reply·Thread·Jul 17, 2016·1·Angular 2 - Style reusability with LESS and Webpack?
VKThanks.Reply·Thread·Jul 4, 2016·1·Will my Angular 2 App go LIVE with Angular 2 Prod build after 5-6 months ? or with just some RC builds ?