This repository was archived by the owner on Feb 17, 2024. It is now read-only.
This repository was archived by the owner on Feb 17, 2024. It is now read-only.
'../@angular/platform-browser-dynamic' no exported member 'bootstrap' #7
Open
Description
I'm getting an error where TS is not recognizing the exported 'bootstrap' function from platform-browser-dynamic.
ERROR in [default] ../retain-app/src/main.ts:1:9
Module '"../retain-app/node_modules/@angular/platform-browser-dynamic/index"' has no exported member 'bootstrap'.
While watching the video 'Yo, World!' on AngularClass, I imported bootstrap in main.ts like so:
import { bootstrap } from '@angular/platform-browser-dynamic';
This is the dependency in the package.json:
"@angular/platform-browser-dynamic": "^2.0.0",
Any help is appreciated!
Metadata
Metadata
Assignees
Labels
No labels