Tutorials 4
Grunt Task For Angular 2 With Remote Template URL
In my previous post We have learnt how to called the TypeScript Compiler-Watcher using NPM.In the previous post We have developed a Angular2 component with inline HTML template. In this post We will create Angular 2 component with HTML template in a separate HTML file and can be called using templateUrl property. In this demo, […]
Angular 2 With TypeScript Compiler Configuration JSON File
In my previous post we have learnt to setup TypeScript Compiler watcher for compiling Angular2 code to JavaScript.We have also developed a Angular2 component and bootstrapped it to rendered in browser.I know It looks very lengthy process to setup with the Angular2 code.The Angular2 team should work on this get it simple. The TypeScript Compiler […]
Setting up Angular Version 2
AngularJS Angular version 2.0 is the next big release from Google’s team. A lot of things are changed compared to Angular version 1. The Angular version 1 was developed keeping Web Designer in mind while Angular version 2 is focused on Web Developers. In this demo, “We will learn installing Angular version 2.0 and with […]
Working With WebPack Development Server
In my previous post we have learnt installation and configuration of WebPack development server inside package.json file. Without WebPack development server We have to call WebPack command frequently to generate a build(bundle.js) for each change in the development code. WebPack development server is equipped with hot deployment and produce the build(bundle.js) on the fly for […]