npm install angular --save-dev then i just try to add import angular from 'angular' I get cannot find module 'angular' What is the procedure to register angular or any other module so that it is discoverable?
npm install angular --save-dev
then i just try to add
import angular from 'angular'
I get cannot find module 'angular'
What is the procedure to register angular or any other module so that it is discoverable?