Skip to content

A project to demonstrate the upgrade process of Angular JS to Angular with webpack.

Notifications You must be signed in to change notification settings

robinho81/angularjs-webpack-upgrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angularjs-webpack-upgrade

This project demonstrates how to upgrade an AngularJS project to become a hybrid Angular and AngularJS application, using Webpack to bundle both of the frameworks together.

The project uses:

  • AngularJS 1.6.6
  • Angular 4.3.4
  • Webpack 3.5.5

It should be noted that the original AngularJS project followed the Preparation steps as prescribed by the Angular team, this included using:

  • Components
  • Typescript
  • A Module Loader (Webpack)

The motivation for the project was that I couldn't find any good examples of doing this, and the examples from Angular use System JS.

To run:

  1. Clone the repository
  2. npm install
  3. run webpack-dev-server

Acknowledgements

Lastly, it should be noted that some of the inspiration for the Webpack configuration came from the following Repo: https://github.com/preboot/angular-webpack

About

A project to demonstrate the upgrade process of Angular JS to Angular with webpack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published