Upon opening my Atom editor, I encountered the following message:
The issue of 'Module '"C:/express4/node_modules/@angular/platform-browser-dynamic/index"' not exporting member 'bootstrap' raised at line 2 col 10
This warning appeared for the import statement in a TypeScript file as shown below:
import { bootstrap } from '@angular/platform-browser-dynamic';
Do you have any insights into what may be causing this warning to occur?