You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2021. It is now read-only.
Hi,
I've installed angular-4-data-table package and imported DataTableModule in app.module.ts imports section.
Import Statement:
import {DataTableModule} from 'angular-4-data-table';
When I run ng serve command I get the below error, Error:
{project_path}\node_modules@angular\compiler-cli\ngcc\src\rendering\utils.js:23
return new imports_1.R3SymbolsImportRewriter(r3SymbolsFile.fileName);
TypeError: Cannot read property 'fileName' of null
If, I remove import statement of DataTableModule then project builds successfully..!!