Code for the talk Myths of Angular 2: What Angular Really Is
At ng-Europe in 2014, the Angular team announced Angular 2. Unfortunately, the drastic changes were not well received by many. While things have changed since that announcement during the development of Angular 2, unfortunately many people remember the things said there instead of what was actually done. This session will give an introductory look at the basics of Angular, bust some myths about Angular, and give a look at “why Angular”.
The slides can be found:
- on the blog under talks - Myths of Angular
- as a PDF within
/slides - or run locally with reveal.js.
To run locally, under /slides/mythbusters run npm install to get the dependencies then run npm start and browse to http://localhost:3000/. To view speaker notes for additional information, press 's'.
A full running example app can be found under /examples/angular-basics.
This is an Angular-CLI project (version 1.0.1). So you'll need that and their Node / npm prerequisites.
Run ng serve for a local dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.