How to Install Angular on Ubuntu (18.04 & 16.04)

4 years ago

Angular is a TypeScript-based, open-source web application framework led by the Angular Team at Google. Angular is a complete rewrite…

Install Node.js in Ubuntu

Installation instructions Node.js v14.x: [crayon-6635f829ba8b4410782578/] Node.js v13.x: [crayon-6635f829ba8ba747969394/] Node.js v12.x: [crayon-6635f829ba8bd466609405/] Node.js v10.x: [crayon-6635f829ba8bf578603437/] Node.js v9.x: [crayon-6635f829ba8c1805799509/] Node.js v8.x: [crayon-6635f829ba8c3183441169/]…

4 years ago

Angular CLI & Troubleshooting

You encountered issues during the installation of the CLI or setup of a new Angular project? A lot of problems…

5 years ago

What is the difference between one-way binding and two-way binding ?

In One-Way data binding, view (UI part) not updates automatically when data model changed. We need to write custom code…

5 years ago