File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## Transitioning to AngularJS 2.0 - part 1 & 2
1
2
2
- Transitioning to AngularJS 2.0 - part 1
3
+ ###Setup
3
4
4
- Blog Url: http://blog.briebugsoftwaresolutions.com/2015/05/06/transitioning-to-angular-2-0-part-1
5
+ Run these commands in the terminal/console from the root folder of this project.
5
6
6
- This project is for was created in WebStorm using the angular-seed project.
7
+ ```
8
+ npm install
9
+
10
+ bower install
11
+ ```
12
+
13
+ ###Blog Urls:
14
+ [ Transitioning To Angular 2.0 - Part 1] ( http://blog.briebugsoftwaresolutions.com/2015/05/12/transitioning-to-angular-2-0-part-1 )
15
+ [ Transitioning To Angular 2.0 - Part 2] ( http://blog.briebugsoftwaresolutions.com/2015/05/19/transitioning-to-angular-2-0-part-2 )
7
16
8
17
# angular-seed — the seed for AngularJS apps
9
18
You can’t perform that action at this time.
0 commit comments