Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wbhob/angular-wizardry
Code from the Connect.Tech talk 2017
https://github.com/wbhob/angular-wizardry
Last synced: 8 days ago
JSON representation
Code from the Connect.Tech talk 2017
- Host: GitHub
- URL: https://github.com/wbhob/angular-wizardry
- Owner: wbhob
- Created: 2017-09-22T13:52:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T20:35:57.000Z (about 7 years ago)
- Last Synced: 2024-12-01T13:48:59.011Z (2 months ago)
- Language: TypeScript
- Size: 541 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Wizardry for AngularJS Folks
This repo contains the talk for Wilson Hobbs's talk on the differences between AngularJS and Angular. The apps are essentially the same, with the exception that the one contained in the `angularjs` folder is written in AngularJS (Angular 1), while the one contained in `angular` is written in Angular (Angular 4).
### Running AngularJS project
Jump into the `angularjs` directory and run these commands:
1. `npm install`
1. `bower install` (or `bower update`)
1. `npm start`### Running the Angular Project
Jump into the `angular` directory and run these commands:
1. `npm install -g @angular/cli`
1. `npm install`
1. `npm start`