Showing 14 Result(s)

Angular Hello World

Description In the previous chapter, we studied how to setup development environment for Angular 2. In this chapter let us create an example to display Hello World text. Example The below example describes how to display a simple text in the Angular 2: <!DOCTYPE html> <html> <head> <title>Hello World</title> <script src=”https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.33.3/es6-shim.min.js”></script> <script src=”https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.20/system-polyfills.js”></script> <script src=”https://code.angularjs.org/2.0.0-beta.6/angular2-polyfills.js”></script> …

Setup Angular js

To setup development environment follow the below steps: Step(1): Create a project folder in your local drive by typing below commands in the command prompt. mkdir angular2-demo cd angular2-demo Creating Configuration Files Step(2): You need to create tsconfig.json which is the TypeScript compiler configuration file. It guides the compiler to generate JavaScript files. { “compilerOptions”: …

Angular2 js

What is Angular2 js? Angular, or AngularJS as it’s officially known, is a front-end structural framework for dynamic web app development. It utilizes HTML as a template language which it then extends to define an application’s components. The Angular framework provides data binding and dependency injection that minimizes the amount of code you have to …

Information Technology

What is information Technology(IT)? Typically, IT is used in the context of enterprise operations as opposed to personal or entertainment technologies. The commercial use of IT encompasses both computer technology and telephony. The term information technology was coined by the Harvard Business Review, in order to make a distinction between purpose-built machines designed to perform …

How to Install WordPress?

WordPress is well-known for its ease of installation. Under most circumstances, installing WordPress is a very simple process and takes less than five minutes to complete. Many web hosts now offer tools (e.g. Fantastico) to automatically install WordPress for you. However, if you wish to install WordPress yourself, the following guide will help. Now with …