Rehmaanali

Rehmaanali

Founder Of Geekstrick. Full-Time Software Developer, Expertise in Frontend Development. Conversant with - Angular, React, NodeJS, and MongoDB, MySQL, Postgres,HTML+CSS+JS, CypressIO.

04 – Use Configurable Angular Library Module

geekstrick on September 18, 2020 🔥 3483 views
lesson

GitHub CLI Has Released Version 1.0

geekstrick on September 17, 2020 🔥 2206 views

Download GitHub CLI Github CLI has brought the Github to terminals. It helps you focus and enables you to more easily script and create your own workflows. Github CLI is out of the beta and released the V 1.0 available for download for Windows, macOS, Linux Release Date : 17 September, 2020 What we can […]

news

03 – Manage Angular Library Dependencies

geekstrick on September 17, 2020 🔥 16683 views

In this lesson will see how can we set or manage the Angular Library Dependencies which means the dependent packages will be installed in whichever angular project it been installed. Let’s consider our current news API service so till the API request is pending we will show a loader and loader will be of ngx-spinner […]

lesson

Angular 10 – Whats Are The New Changes

geekstrick on September 17, 2020 🔥 1175 views

Angular 10 became generally available as a production release on June 24, 2020. Updates in Angular 10 (Breaking Changes) Please update to Typescript 3.9, older version are no longer supported. Number type input field fire the valueChanges event only once per value change earlier opposed to fire twice in some cases. The value that has […]

news

02 – Making Configurable Library Module

geekstrick on September 16, 2020 🔥 5623 views

In this lesson, we will go through how can we create a configurable Library Module. for example, in this course, we are making a library that displays the news from some external API but the API must have a token. as we are creating a library that will be available globally via NPM package manager, […]

lesson

01 – Generate an Angular Library

geekstrick on September 14, 2020 🔥 4558 views

In this lesson, we will see how to Generate an Angular library using angular CLI inside the angular project or workspace. before that let’s first set up the angular project. Generate an Angular library With the Angular CLI (command-line interface) it to so easy to manage the library. Before leading to it first will create […]

lesson

Best Way To Build And Publish Angular Library (v10)

geekstrick on September 13, 2020 🔥 6187 views

In this course, we will see how to we can build/create an angular library with step by step and also will look into how we can publish our library into the npm (package manager) so it can be used in any angular application. We will be covering the following topics : Topics: What is an […]

course

Best Way To Setup Strict Angular 10 Project

geekstrick on September 5, 2020 🔥 21101 views

In this tutorial, we will see what is the Best Way to Setup Angular 10 Project using Strict . In angular 10, we can set up a project with strict settings using the –strict flag. These settings help improve maintainability, catch bugs ahead of time, and allow the Angular CLI to perform advanced optimizations for […]

post

Answer for How to setValidators() for each field of FormGroup instead of writing for individual

geekstrick on August 20, 2020 🔥 0 views

Collecting keys of form in an array and using foreach loop might help you to avoid repeation. like this: [‘SteamTestPass’, ‘FireTestPass’, ‘SteamTestFail’, ‘FileTestFail’].forEach((field: string) => { this.AssetTest.get(field).setValidators(this.hydroTestValidator); this.AssetTest.get(field).updateValueAndValidity(); });

discussion

Best Way To Add and Remove CSS Class Using Javascript

geekstrick on July 9, 2020 🔥 28551 views

In this tutorial, we will see the different methods for To Add and Remove CSS Class Using Javascript by taking the reference of the element ID. Add or Appending CSS Class Using Javascript There are two possible ways to add or append the CSS class to the HTML element i.e via className and classList CSS […]

post
1 5 6 7 8 9 16