Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
There was an error while loading. Please reload this page.
Problem on page - https://angular.io/cheatsheet
Under the "bootstrap" section:
import {bootstrap} from 'angular2/angular2';Should be:
import {bootstrap} from 'angular2/platform/browser';