Problem on page - https://angular.io/cheatsheet Under the "bootstrap" section: `import {bootstrap} from 'angular2/angular2';` Should be: `import {bootstrap} from 'angular2/platform/browser';`
Problem on page - https://angular.io/cheatsheet
Under the "bootstrap" section:
import {bootstrap} from 'angular2/angular2';Should be:
import {bootstrap} from 'angular2/platform/browser';