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 Apr 8, 2020. It is now read-only.
This sounds more like an Angular question, so you might want to follow up with them. But my guess is that, if you're using Angular 1 which doesn't include TypeScript support by default (which Angular 2 does), then you'll need to get hold of some suitable .d.ts files for the Angular 1 libraries.
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?
The text was updated successfully, but these errors were encountered: