Showing posts with label angular. Show all posts
Showing posts with label angular. Show all posts

Thursday, June 28, 2018

AngularJS to Angular, JavaScript to TypeScript, Gulp to webpack to Angular CLI

So I jotted down a whole lot of links for when I was learning webpack, and thought maybe someday I'd write a blog post, but that I probably wouldn't really. That day may come, but that day is not now :P Posting this in case others may want to browse through the links that I found useful when trying to convert an application in AngularJS 1.x with Gulp, using ngupgrade with Angular5 and webpack, onto just one build with the Angular CLI.

https://youtu.be/ivQ7HrnBJe8

https://webpack.academy/p/web-fundamentals

https://what-problem-does-it-solve.com/webpack

https://survivejs.com/webpack/foreword/

https://webpack.js.org/configuration/

https://webpack.js.org/api/

https://webpack.js.org/api/loaders/
https://medium.com/@MarkPieszak/using-pug-or-jade-templates-with-the-angular-cli-9e37334db5bc
ng add ng-cli-pug-loader
https://www.npmjs.com/package/pug-html-loader
https://www.npmjs.com/package/exports-loader
https://github.com/webpack-contrib/copy-webpack-plugin
https://github.com/webpack-contrib/mini-css-extract-plugin
DONT USE > https://github.com/webpack-contrib/extract-text-webpack-plugin
https://github.com/s-panferov/awesome-typescript-loader
v4.0.0-beta.0 Release Notes

https://gist.github.com/sokra/1522d586b8e5c0f5072d7565c2bee693
https://gist.github.com/gricard/e8057f7de1029f9036a990af95c62ba8
https://webpack.js.org/configuration/optimization/#optimization-minimizer
https://webpack.js.org/plugins/uglifyjs-webpack-plugin/

http://dmachat.github.io/angular-webpack-cookbook/
https://github.com/dmachat/angular-webpack-cookbook/wiki/Angular-Template-Cache

https://github.com/frederikprijck/angularjs-webpack-starter
https://egghead.io/courses/angular-and-webpack-for-modular-applications