May 27, 2023

  • Home
  • About Us
  • Java
    • Java for Beginners
    • Java Projects
    • Java Console Application Projects
  • C#.net
  • Angular
  • Reactjs
    • ReactJS Introduction
  • Node JS
  • Android Studio
  • Jsp
  • Servlet
  • python
    • Python for beginners
  • Spring boot
  • Laravel 8
  • Laravel 9
  • Asp.net MVC
  • php
  • Flutter
  • Free Projects
  • Contact us
Home Tag Archives: angular projects

Tag Archives: angular projects

Angular How to Add Two Number

By admin
September 24, 2022
in :  Angular
0
220

In this tutorials will teach How to add two numbers in Angular. First you have to add the FormsModule inside the imports. Create the new Components addnumbers addnum.components.html [crayon-6471cf750cd4b385163748/] addnum.components.ts num1:string = ”; num2:string = ”; result:number=0; Total() {   this.result = parseInt(this.num1) + parseInt(this.num2); } Full code on the addnum.components.ts [crayon-6471cf750cd52667053547/] i have attached the video link below. which …

Read More

Recent Posts

  • Create Maven project in Intellij
  • Django Vue.js Full Stack App
  • Django React Full Stack Project
  • Django Angular Full Stack Project
  • Django Mysql Rest Api Crud Application

© Copyright 2020, All Rights Reserved Powered by Tutussfunny
x
x