The error output was: An unhandled exception occurred: Cannot find module ‘posix-character-classes’

Scenario: One of our developer was getting this error, after she took the latest code of DevOps. This application was angular 11 with ASP.net core 3.1. Exact Error: AggregateException: One or more errors occurred. (One or more errors occurred. (The NPM script ‘start’ exited without indicating that the Angular CLI was listening for requests. The error output was: An unhandled exception occurred: Cannot find module … Continue reading The error output was: An unhandled exception occurred: Cannot find module ‘posix-character-classes’

Implement Most Popular AdminLTE Bootstrap Theme in Angular 11

When we start the development of any application, the first thing is implementing a theme for the solution. As per current industries trends, it is seen that developers try to use one of available popular theme or framework. AdminLTE is one of the most popular and open source specifically for admin dashboard, however we can use this theme for several other type of applications. In … Continue reading Implement Most Popular AdminLTE Bootstrap Theme in Angular 11

Master/Parent Child Controller | Scope Inheritance in AngularJs

In terms of AngularJs, a controller is JavaScript constructor function that is used to enhance the AngualarJs Scope. AngularJs Controller is defined using ng-controller directive, which is used to control the flow of data in the application. AngularJS application completely relies on controllers for handling data. A controller, generally, holds only the business logic needed for a single view. Today, we will delve on parent-child … Continue reading Master/Parent Child Controller | Scope Inheritance in AngularJs

External JS files are not loading correctly in Angular

External Js File is not working in Angular I found that sometimes, some external js will not work or load correctly in angular solution specially while designing theme. Specifically, I have found that some external js having functions are not working or loading because which the theme was not functioning as per expectation. In my case, I was using Admin LTE bootstrap theme, likewise I … Continue reading External JS files are not loading correctly in Angular