Skip to content

timruffles/angular-2-class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 2 class

Build Status Windows Build status

Install

node -v              # check node version
6.0.0                # looks good
cd path/to/this/repo

# once we're in this repo
cd app
npm install

## Weclome

It's a priviledge to welcome you to Angular 2 class!

The class is exercise driven, so it's worth having a glance over the below to learn how to run the exercises.

Structure

# here are the slides, in HTML format, yours to take home and enjoy! simply open slides/index.html in your favourite brower
./slides 

# whenever we're working on an exercise together, I'll point you to the exercises folder
./exercises

# we'll be building an app today, this is where you'll be writing most of your code
./app

Exercises

The exercises are split into steps in ./exercises.

Here are our goals in the exercises today. They're intended to be chances to use what you've learned, not puzzles. If it's not clear what to do, ask me!

All Angular 2 work should be written in ./app.

Run npm start to:

  1. compile your code in /app on change
  2. open a browser to a live-reloading page
  3. if you don't see what you expect, right click and click 'Inspect'. Then open the console tab

Order

  1. hello-angular
  2. typescript
  3. templates
  4. components
  5. inputs
  6. built-in-directives
  7. stores
  8. routing
  9. outputs
  10. forms
  11. http

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published