Skip to content
Angular JumpStart with ES2015
TypeScript HTML
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
LICENSE
README.md
index.html
main.ts

README.md

Angular JumpStart with ES2015

The goal of this jumpstart app is to provide a simple way to get started with Angular using ES2015.

Demo

Features

  • Bootstrapping the app and the components
  • Using custom components
  • Defining properties and using events in components
  • Defining routes
  • Using the Http object for Ajax calls
  • Using data binding syntax

Note

Live demo contains main.ts and not main.js, because we need to create the automatic bundling machinery for StackBlitz.

Indeed the js code is the same.

Notes about Angular 5.x

Notes about Angular 4.x

  • Before Angular 5.x, Angular provided a DSL, via reflect-metadata, to code in ES5 or ES2015 (see tag 4.4.6).
You can’t perform that action at this time.