Skip to content

An example Single Page Application using AngularJS, Typescript, Gulp and Webpack to showcase the on-demand loading of angular modules using webpack

License

Notifications You must be signed in to change notification settings

jaganathanb/Typescript-Angular-Gulp-Webpack-Dynamic-module-loading-

Repository files navigation

TAGW - Typescript-Angular-Gulp-Webpack

An example Single Page Application using AngularJS, Typescript, Gulp and Webpack to showcase the on-demand loading of angular modules using webpack.

Version

1.0.0

Tech

TAGW is written using Typescript and uses the webpack to load the angular modules and libraries on demand.

Installation

You need Gulp installed globally:

$ npm i -g gulp
$ git clone [git-repo-url]
$ cd <path to application folder>
$ npm install

Compile the .ts files

$ npm run dev 

If run the above command, you might be getting 4 typescript semantic error. please ignore it.

Bundle the app

$ npm run bundle

Run the app

npm run launch

Credentials

username: test password: test

Todos

  • Write Tests
  • Refactor moduleLoader
  • Add Code Comments

License

MIT

About

An example Single Page Application using AngularJS, Typescript, Gulp and Webpack to showcase the on-demand loading of angular modules using webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published