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
- Host: GitHub
- URL: https://github.com/beuted/angular1-workshop
- Owner: beuted
- Created: 2017-02-21T19:35:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T23:20:51.000Z (over 9 years ago)
- Last Synced: 2025-06-19T08:44:27.903Z (about 1 year ago)
- Topics: angular, typescript, webpack
- Language: JavaScript
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)