An open API service indexing awesome lists of open source software.

https://github.com/beuted/angular1-workshop

Repository with basic angular one lessons and exercices aiming at presenting angular one + typescript
https://github.com/beuted/angular1-workshop

angular typescript webpack

Last synced: 3 months ago
JSON representation

Repository with basic angular one lessons and exercices aiming at presenting angular one + typescript

Awesome Lists containing this project

README

          

# Angular one workshop

Repository with basic angular one lessons and exercices aiming at presenting **angular one** with **webpack** and **typescript**

> ⚠️️ If you haven't done the typescript workshop you should [have a look there first](https://github.com/beuted/typescript-workshop) before doing the PART 3.

This workshop aim to give an idea of how to slowly migrate a small project in angular to typescript/webpack. This will help
us understand how all this different technologies works together.

I think it's important to start from a very simple angular 1 app to understand all the weird things you might encounter when you're working on
an angular 1 app running with webpack and typescript. That's why we're going to start simple and add complexity progressively.

## Workshops
1. [Build a simple application with just angular 1 and ES5 javascript](./workshop/00-basic-angular-one-app)
2. [Migrating this application to webpack](./workshop/01-webpack-angular-one-app)
3. [Adding typescript transpilation and migrating the code](./workshop/02-webpack-and-typescript-angular-one-app)