Dheeraj Kumar
Results
2
comments of
Dheeraj Kumar
I had rules for script-loader in my webpack.config.js {test: /\.js$/, use:['script-loader'] } Removing this from webpack.config.js rmoved the error.
Hi, I am fcing same issue, I have latest version.2.0.7 Here is my component code. import { Component, OnInit } from '@angular/core'; import { SnackBarService } from 'src/app-shared/notifications/snack-bar/snack-bar.service'; import {...