2018-03-16 Angular v6: What is Coming Angular 6 is on its way. After Angular 4 Angular 6 gonna be a Long-Term Supported (LTS) Version. The Angular 5.0 upgrade itself is all about making the framework faster, smaller and easier to use. Now, Angular 6.0 I’m very excited about it. ...
2018-03-11 Dynamic Form Builder using Angular 5 and Bootstrap 4 (Reactive Forms) A while back I wrote a post on how to build dynamic form using Angular 2. In that post, we have implemented it by using Angular Template driven model. I have been working on another dynamic form builder where I have implemented it in reacti ...
2017-01-03 Rollup bundler for angular2 projects We have a few tools available to bundle our source code. Browserify and Webpack among them, I’m sure you must have heard about it if you are a front-end developer. Rollup is a fairly new tool available to bundle the source code. Since, the ...
2016-11-15 From Builder using Angular 2 and Bootstrap Hola, We use forms everywhere. 90% of web applications uses forms. In today’s post, we will build an Angular 2 component which takes input as a JSON object and generate Twitter Bootstrap form based on it. demosource Our goal is to generate ...
2016-11-13 Angular 2 Quickstart using Browserify Unlike Angular 1 for Angular 2 needs a minimal setup to start building the applications. I want to use Angular 2 to build simple web components like React does. I mean I don’t need any routing or any Authentication or anything like that bu ...
2016-11-11 Angular 1 to Angular 2 Journey In this post, we will see how to convert Angular 1 knowledge into Angular 2. Assumptions:We can write Angular 1 in both JavaScript ES5 and ES6.Angular 2 in TypeScript and JavaScript. We will use JavaScript ES5 for Angular 1 and TypeScript ...
2016-07-18 Navigation between pages in NativeScript using Angular 2 Routers In the previous post, we have seen how to build Side Drawer for a NativeScript application. In that post, we are displaying the page names on SideDrawer menu but when you click on them it does nothing. We have to implement a navigation mech ...
2015-05-04 Love Calculator app using angularjs Hi, Guys welcome back to my another angular.js application tutorial. We will call this app as Love CalC. This app will take your name and your partner name as input and it will show you how much you are compatible with each other. This App ...
2015-04-29 Commenting system using Angular.js Hi guys, I’m back with another angular.js application. A commenting system you might have seen this before other technologies but now we will create using angular.js. It took 1 hr to do this but I’m sure it’s bit hard to split and explain. ...
2015-04-27 Simple Currency Converter in Angularjs I believe instead of working on large application start with a small real-time app to learn new technology. Here I created a tiny app. This app converts a value from one currency to another currency. Before we start anything big thanks to h ...