Git Tutorial

Git Hub Tutorial

Git Hub Site https://github.com Download Git https://git-scm.com/downloads Setup a git account in local computer Download and install git from site https://git-scm.com/downloads Kindly create a git hub account and a git repository. Below is a sample a/c and repository communication protocols 1. https 2. ssh Create a folder .ssh under C:\Users\Admin Create a new SSH Key ( […]

Git Hub Tutorial Read More »

Git Tutorial

Using Various HTML Elements

Using Input Elements Adding Text Input Modify the src/app/app.component.html file: In src/app/app.component.ts: Using Combo Box (Dropdown) Adding a Combo Box In src/app/app.component.ts: Using Checkboxes Adding a Checkbox In src/app/app.component.ts: Using Option Buttons (Radio Buttons) Adding Radio Buttons In src/app/app.component.ts: Using Tables Displaying a Static Table Dynamic Table with Angular In app.component.ts: In app.component.html: Using Buttons

Using Various HTML Elements Read More »

Git Tutorial

Multiple Components

Angular applications are built using components, which are the building blocks of the framework. A component in Angular controls a portion of the user interface and consists of a TypeScript class, an HTML template, and an optional CSS stylesheet. When building large applications, it’s common to divide the app into multiple components for better organization

Multiple Components Read More »

Git Tutorial

TypeScript Tutorial

TypeScript is a strongly-typed superset of JavaScript that enables developers to write more robust and maintainable code. This tutorial covers key TypeScript concepts with examples. Data Types TypeScript provides various data types for type safety. Example: Operators Operators perform operations on variables and values. Example: Arrays TypeScript arrays can hold a collection of items. Example:

TypeScript Tutorial Read More »

Sql Syllabus

SQL Syllabus

Module 1: Introduction to Databases and SQL Module 2: Data Definition Language (DDL) Module 3: Data Manipulation Language (DML) Module 4: Data Query Language (DQL) Module 5: Advanced Querying Techniques Module 6: Transaction Control Module 7: Data Control Language (DCL) Module 8: Advanced Database Concepts Module 9: Performance Tuning and Optimization

SQL Syllabus Read More »

Asp.Net Web Api Syllabus

Angular Course Syllabus

Module 1: Introduction to Angular Module 2: Angular Standalone Components Module 3: Angular Components and Templates Module 4: Angular Modules and Services Module 5: Angular Forms and ControlValueAccessor Module 6: Routing and Navigation Module 7: Angular Directives and Pipes Module 8: Angular HTTP and API Integration Module 9: Performance Optimization Module 10: Deployment and Production

Angular Course Syllabus Read More »