Open in app

Sign in

Write

Sign in

Rucha Deshpande
Rucha Deshpande

63 Followers

Home

About

Published in

JavaScript in Plain English

·Aug 19, 2021

Angular + Material-UI : Using mat-icon with matInput

Adding mat-icon as a prefix or suffix to a mat input field — Creating a login form or a signup page with icons gives the user a good visual experience. If you are using Material-UI with Angular, you can use the in-built mat-icons. Adding mat-icon as a prefix The only attribute to be considered here is to use matPrefix on the mat-icon. Example 1: With a label <mat-form-field> <mat-label> Username </mat-label>…

Angular

2 min read

Angular + Material-UI : Using mat-icon with matInput
Angular + Material-UI : Using mat-icon with matInput
Angular

2 min read


Published in

JavaScript in Plain English

·Jul 20, 2021

Dynamically Set the Header Title As the Current Component Path Name in Angular

How to dynamically set the header title as the current component path name in Angular — Step 1: Create an angular project with routing. ng new header-title - — routing Step 2: Create components. Here I’m creating bare minimum component files with inline styles and templates. ng g c components/home — skip-tests --inline-style - — inline-template --flat ng g c components/dashboard — skip-tests --inline-style - — inline-template --flat

Programming

2 min read

Dynamically Set the Header Title As the Current Component Path Name in Angular
Dynamically Set the Header Title As the Current Component Path Name in Angular
Programming

2 min read


Published in

JavaScript in Plain English

·Jul 12, 2021

How To Copy/Paste Text Into Clipboard Using JavaScript

Copy/Paste text into Clipboard can be done using Navigator. A Navigator is an interface in JavaScript that gives the information about the user agent(here browser), helps to manage browser permissions, and comes with some really useful utility functions to know the state and identity of the user agent. Navigator object…

JavaScript

2 min read

How To Copy/Paste Text Into Clipboard Using JavaScript
How To Copy/Paste Text Into Clipboard Using JavaScript
JavaScript

2 min read


Published in

JavaScript in Plain English

·Jun 3, 2021

How to Use JavaScript Libraries in Angular Project

Using a JavaScript library inside an Angular project is not as straightforward as using it in Angular JS or a plain JavaScript project. In a plain JavaScript project, you can include the library in the scripttag of your index.html and then the library is available to use. But in an…

Angular

4 min read

How to Use JavaScript Libraries in Angular Project
How to Use JavaScript Libraries in Angular Project
Angular

4 min read


Published in

JavaScript in Plain English

·May 3, 2021

Build A Hybrid App Using Cordova + Angular

A simple example of a cross-platform app using Cordova and Angular What is Cordova and why use it? Cordova is a cross-platform tool used to develop a Hybrid App. Hybrid apps using Cordova are web apps written using HTML, CSS, and any JavaScript framework/library. Cordova is responsible for converting the web app into a native app by…

Programming

5 min read

Build A Hybrid App Using Cordova + Angular
Build A Hybrid App Using Cordova + Angular
Programming

5 min read


Published in

JavaScript in Plain English

·Mar 20, 2021

JavaScript: How Line Breaks and Missing Semicolons Can Break Your Code

Rules and Exceptions of Automatic Semicolon Insertion in JavaScript — In many programming languages, using a semicolon for terminating a statement is a must, however, in JavaScript, it is optional. You can omit the semicolon if the statements are written in separate lines. In this case, JavaScript adds the semicolon implicitly. …

JavaScript

4 min read

JavaScript: How Line Breaks and Missing Semicolons Can Break Your Code
JavaScript: How Line Breaks and Missing Semicolons Can Break Your Code
JavaScript

4 min read


Published in

JavaScript in Plain English

·Mar 2, 2021

Making Most of HTML Input Box Built-In Validation Methods

Some lesser-used methods on input box validations using plain JavaScript — We all have used input fields, handled validations, displayed error messages. With the frameworks like Angular that have advanced ways to create Forms and handle validations, the good old plain JavaScript does have some interesting features to ease our development. In this article, I’ll discuss what is validity state, how…

JavaScript

4 min read

Making Most of HTML Input Box Built-In Validation Methods
Making Most of HTML Input Box Built-In Validation Methods
JavaScript

4 min read


Feb 16, 2021

jQuery: Hide/Show Elements Based on Radio Button/Checkbox Selection

Tutorial on conditional display of elements based on radio button/checkbox selection — While developing any web application, we have come across the need to hide or show elements based on conditions. In this tutorial, we’ll see how to toggle elements based on radio button and checkbox selections. I’ll be using a jQuery here. Using Radio Buttons Lets create a simple HTML with radio buttons and…

JavaScript

2 min read

JavaScript

2 min read


Dec 28, 2020

Authentication Using Firebase in Angular for Web-Based Applications

Firebase provides easy and flexible APIs for Authentication. Inside your app, the user can sign up using a variety of methods. The popular ones being Google, Facebook, Twitter, E-Mail. Pre-requisite: You need a firebase account to begin. Once you have your account created, create a sample project. Go to the…

3 min read

Authentication Using Firebase in Angular for Web-Based Applications
Authentication Using Firebase in Angular for Web-Based Applications

3 min read


Dec 28, 2020

Trust the Journey — What Happens in Life Is for the Best

How many times have we found ourselves disappointed when a particular wish doesn't come true? We find ourselves lost and cursing destiny. But more often than not, what happens to us is for our best. …

Life

2 min read

Trust the Journey — What Happens in Life Is for the Best
Trust the Journey — What Happens in Life Is for the Best
Life

2 min read

Rucha Deshpande

Rucha Deshpande

63 Followers

Web Developer, Book Lover, Loves To Learn and Teach.

Following
  • Trey Huffine

    Trey Huffine

  • Sean Kernan

    Sean Kernan

  • Anangsha Alammyan

    Anangsha Alammyan

  • Women Who Code

    Women Who Code

  • Ayodeji Awosika

    Ayodeji Awosika

See all (49)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams