angular-ui / ui-router

The de-facto solution to flexible routing with nested views in AngularJS
http://ui-router.github.io/
MIT License
13.56k stars 3.01k forks source link

How to import angular in webpack? #3733

Closed birukfekade closed 4 years ago

birukfekade commented 5 years ago

Hi! When I try to import angular.min.js in my app.js file for webpack, it neither generates error nor works. I tried to import in each ways separately but none of them works.

import 'angular/angular.min.js'; import 'angular'; import angular from 'angular'; any suggestion please? thank you!!

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

This does not mean that the issue is invalid. Valid issues may be reopened.

Thank you for your contributions.