Chris Sevilleja
Making scotch.io. Google Dev Expert. Champion pizza maker.
Gerard Sans (@gerardsans)
Chris Sevilleja (@chrisoncode)
Angular In Flip Flops
DESKTOP
MOBILE
Ionic 2
NativeScript
Electron
MacOS 10.9
Windows 7
Linux
iOS 7
Android 4.2
[Windows 10]
iOS 7
Android 4.1
Windows 8.1
X . Y . Z
MAJOR MINOR PATCH
Community
Environment Setup
git clone git@github.com:angular/quickstart
|- src/app/
|----- app.component.ts
|----- app.module.ts
|- main.ts
|- index.html
|- src/systemjs.config.js
|- src/tsconfig.json
|- package.json
@angular/core
@angular/common
@angular/compiler
@angular/platform-browser
@angular/platform-browser-dynamic
[ ] = property bindings
( ) = event bindings
* = structural directives
Define new component
Register with app.module.ts
Import and use!
Smart Component
Dummy
Dummy
npm install -g @angular/cli
ng new my-app
ng start
npm install --save bootstrap
By Chris Sevilleja