Visit us on www.bitwisebranding.com for Branding, Digital Marketing and Design Solutions.

A collection of articles by Team BitWise
The BitWise Blog

A

Latest stories

Angular Applications Design Considerations

A
By Anuja Agrawal In Angular
Today, developing applications has become an easy task. We easily get ready made templates that makes the life of an application developer easy. But there is a difference in building applications and building efficient and scalable applications. In this article, I am going to highlight some of the important considerations that we should keep in...

Custom Confirm Component in AngularJS

C
By Anuja Agrawal In Angular
Confirm Dialogs are extremely common requirement in web applications which requires frequent user actions. This tutorial shows how to implement a simple reusable confirm component and directive in Angular 4 application using TypeScript. Here we are going to use Bootstrap 4 NgbModule for the confirm dialog box. Note: This tutorial is not...