Answers for "install @angular/core"

1

install @angular/core

npm i @angular/core
Posted by: Guest on September-22-2020
0

reinstall angular core

# if during the generation of a new angular project an error occurs
#the dependencies needed might not be installed.
#to reinstall them in the already created project:

cd [project-name]
npm i @angular/core
npm i @angular/platform-browser

npm install tslib
Posted by: Guest on October-19-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language