Blogs

VS code useful plugins/extension...

19 Jul 2020 Admin 0

0

Visual Studio plugins for angular Gitlen - git options - get info line by line Angular Service - Editor service for Angular Chrome Debugger...

Angular Static Site Generator(Sc...

21 Jul 2020 Admin 0

620

Angular developers, rejoice! Thanks to the amazing team at HeroDevs, we finally have an Angular static site generator! Although&nb...

Uninstall angular CLI

12 Aug 2020 Admin 0

435

Uninstall Angular CLI to remove version mismatch error. Check Angular version "ng v" Then run "npm cache verify" or

Angular Routing

15 Aug 2020 Admin 0

427

Angular Routing #Install angular routing to your application => ng generate module app-routing --flat --module=app

IVY Error NG6002-Angular Http Er...

20 Sep 2020 Admin 0

465

IVY Error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class #35399

Http Rest Api in Angular

20 Sep 2020 Admin 0

456

Adding an Angular 8 Service Next, let’s create a service that will take care of getting data from the news API. Open a new terminal and run the following command:

Angular Material

27 Sep 2020 Admin 0

410

Styling the UI with Angular Material 10 In this step of our Angular 10 tutorial, we'll proceed to add Angular Material to our project and style our application UI.

Node Module Version Mismatch

28 Sep 2020 Admin 0

434

Node Js Version Mismatch Such as node global version is 12.0.2 but your current project's node version is 7.2.3 ...  For version mismatch you gett...

No directive found with exportAs...

19 Oct 2020 Admin 0

524

No directive found with exportAs 'ngModel' Errors No directive found with exportAs 'ngModel' No directive fo...

Add Google Map in Angular 2 Proj...

04 Nov 2020 Admin 0

440

Setting up Angular Google Maps Install Angular Google Maps npm install @agm/core Setup @NgModule

Angular Component Interaction

15 Nov 2020 Admin 0

465

There many kinds of component  Interaction, the most used Interaction's are Parent to child Child to parent Sibling to sibling ...

Angular Router Change Event

26 Nov 2020 Admin 0

404

Subscribe Router Params . Set OnRouter Change. On Url Change. Subscribe to router. Angular 8+ Router Change Event.  getParticipantsPhotos(...

Base64 encoded images rendering...

01 Dec 2020 Admin 0

440

Show Large base64 encoded image. Solve Unsafe error on base64 image view. Solve, Unsafe image in angular. Show Large Base 64 Image in angular. Image in Angular. Angular Image view....

MQTT in Angular

03 Dec 2020 Admin 0

414

#ngx-mqtt in angular #ngx-mqtt in angular 7 More Details at https://sclausen.github.io/ngx-mqtt/

Angular Router Change Event 2

15 Dec 2020 Admin 0

445

Angular Router Change Event  with Router  First import the router on top -  import { ActivatedRoute, Router } from&nb...

Scroll Dispatch Module Not in 'a...

13 Mar 2021 Admin 0

617

  #problem : @angular/cdk version 9.0.1 does not export member ScrollDispatchModule. [on Angular 9]